Uses of Class
com.exoscale.sdk.model.DbaasExternalIntegration
-
Packages that use DbaasExternalIntegration Package Description com.exoscale.sdk.api com.exoscale.sdk.model -
-
Uses of DbaasExternalIntegration in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api that return DbaasExternalIntegration Modifier and Type Method Description DbaasExternalIntegration
ExoscaleApi. getDbaasExternalIntegration(UUID integrationId)
[BETA] Get a DBaaS external integration -
Uses of DbaasExternalIntegration in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasExternalIntegration Modifier and Type Method Description DbaasExternalIntegration
DbaasExternalIntegration. description(String description)
DbaasExternalIntegration
DbaasExternalIntegration. destEndpointId(String destEndpointId)
DbaasExternalIntegration
DbaasExternalIntegration. destEndpointName(String destEndpointName)
DbaasExternalIntegration
DbaasExternalIntegration. integrationId(UUID integrationId)
DbaasExternalIntegration
DbaasExternalIntegration. sourceServiceName(String sourceServiceName)
DbaasExternalIntegration
DbaasExternalIntegration. sourceServiceType(String sourceServiceType)
DbaasExternalIntegration
DbaasExternalIntegration. status(String status)
DbaasExternalIntegration
DbaasExternalIntegration. type(EnumExternalEndpointTypes type)
Methods in com.exoscale.sdk.model that return types with arguments of type DbaasExternalIntegration Modifier and Type Method Description List<DbaasExternalIntegration>
ListDbaasExternalIntegrations200Response. getExternalIntegrations()
Get externalIntegrationsMethods in com.exoscale.sdk.model with parameters of type DbaasExternalIntegration Modifier and Type Method Description ListDbaasExternalIntegrations200Response
ListDbaasExternalIntegrations200Response. addExternalIntegrationsItem(DbaasExternalIntegration externalIntegrationsItem)
Method parameters in com.exoscale.sdk.model with type arguments of type DbaasExternalIntegration Modifier and Type Method Description ListDbaasExternalIntegrations200Response
ListDbaasExternalIntegrations200Response. externalIntegrations(List<DbaasExternalIntegration> externalIntegrations)
void
ListDbaasExternalIntegrations200Response. setExternalIntegrations(List<DbaasExternalIntegration> externalIntegrations)
-