Uses of Class
com.exoscale.sdk.model.EnumExternalEndpointTypes
-
Packages that use EnumExternalEndpointTypes Package Description com.exoscale.sdk.model -
-
Uses of EnumExternalEndpointTypes in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return EnumExternalEndpointTypes Modifier and Type Method Description static EnumExternalEndpointTypes
EnumExternalEndpointTypes. fromValue(String value)
EnumExternalEndpointTypes
AttachDbaasServiceToEndpointRequest. getType()
Get typeEnumExternalEndpointTypes
DbaasEndpointElasticsearchOutput. getType()
Get typeEnumExternalEndpointTypes
DbaasEndpointExternalPrometheusOutput. getType()
Get typeEnumExternalEndpointTypes
DbaasEndpointOpensearchOutput. getType()
Get typeEnumExternalEndpointTypes
DbaasExternalEndpoint. getType()
Get typeEnumExternalEndpointTypes
DbaasExternalEndpointDatadogOutput. getType()
Get typeEnumExternalEndpointTypes
DbaasExternalEndpointRsyslogOutput. getType()
Get typeEnumExternalEndpointTypes
DbaasExternalIntegration. getType()
Get typeEnumExternalEndpointTypes
ListDbaasExternalEndpointTypes200ResponseEndpointTypesInner. getType()
Get typestatic EnumExternalEndpointTypes
EnumExternalEndpointTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnumExternalEndpointTypes[]
EnumExternalEndpointTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type EnumExternalEndpointTypes Modifier and Type Method Description void
AttachDbaasServiceToEndpointRequest. setType(EnumExternalEndpointTypes type)
void
DbaasEndpointElasticsearchOutput. setType(EnumExternalEndpointTypes type)
void
DbaasEndpointExternalPrometheusOutput. setType(EnumExternalEndpointTypes type)
void
DbaasEndpointOpensearchOutput. setType(EnumExternalEndpointTypes type)
void
DbaasExternalEndpoint. setType(EnumExternalEndpointTypes type)
void
DbaasExternalEndpointDatadogOutput. setType(EnumExternalEndpointTypes type)
void
DbaasExternalEndpointRsyslogOutput. setType(EnumExternalEndpointTypes type)
void
DbaasExternalIntegration. setType(EnumExternalEndpointTypes type)
void
ListDbaasExternalEndpointTypes200ResponseEndpointTypesInner. setType(EnumExternalEndpointTypes type)
AttachDbaasServiceToEndpointRequest
AttachDbaasServiceToEndpointRequest. type(EnumExternalEndpointTypes type)
DbaasEndpointElasticsearchOutput
DbaasEndpointElasticsearchOutput. type(EnumExternalEndpointTypes type)
DbaasEndpointExternalPrometheusOutput
DbaasEndpointExternalPrometheusOutput. type(EnumExternalEndpointTypes type)
DbaasEndpointOpensearchOutput
DbaasEndpointOpensearchOutput. type(EnumExternalEndpointTypes type)
DbaasExternalEndpoint
DbaasExternalEndpoint. type(EnumExternalEndpointTypes type)
DbaasExternalEndpointDatadogOutput
DbaasExternalEndpointDatadogOutput. type(EnumExternalEndpointTypes type)
DbaasExternalEndpointRsyslogOutput
DbaasExternalEndpointRsyslogOutput. type(EnumExternalEndpointTypes type)
DbaasExternalIntegration
DbaasExternalIntegration. type(EnumExternalEndpointTypes type)
ListDbaasExternalEndpointTypes200ResponseEndpointTypesInner
ListDbaasExternalEndpointTypes200ResponseEndpointTypesInner. type(EnumExternalEndpointTypes type)
-