Uses of Class
com.exoscale.sdk.model.DbaasExternalIntegration
Packages that use DbaasExternalIntegration
-
Uses of DbaasExternalIntegration in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api that return DbaasExternalIntegrationModifier and TypeMethodDescriptionExoscaleApi.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 DbaasExternalIntegrationModifier and TypeMethodDescriptionDbaasExternalIntegration.description(String description) DbaasExternalIntegration.destEndpointId(String destEndpointId) DbaasExternalIntegration.destEndpointName(String destEndpointName) DbaasExternalIntegration.integrationId(UUID integrationId) DbaasExternalIntegration.sourceServiceName(String sourceServiceName) DbaasExternalIntegration.sourceServiceType(String sourceServiceType) DbaasExternalIntegration.type(EnumExternalEndpointTypes type) Methods in com.exoscale.sdk.model that return types with arguments of type DbaasExternalIntegrationModifier and TypeMethodDescriptionListDbaasExternalIntegrations200Response.getExternalIntegrations()Get externalIntegrationsMethods in com.exoscale.sdk.model with parameters of type DbaasExternalIntegrationModifier and TypeMethodDescriptionListDbaasExternalIntegrations200Response.addExternalIntegrationsItem(DbaasExternalIntegration externalIntegrationsItem) Method parameters in com.exoscale.sdk.model with type arguments of type DbaasExternalIntegrationModifier and TypeMethodDescriptionListDbaasExternalIntegrations200Response.externalIntegrations(List<DbaasExternalIntegration> externalIntegrations) voidListDbaasExternalIntegrations200Response.setExternalIntegrations(List<DbaasExternalIntegration> externalIntegrations)