Uses of Class
com.exoscale.sdk.model.DbaasIntegrationType
Packages that use DbaasIntegrationType
-
Uses of DbaasIntegrationType in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasIntegrationTypeModifier and TypeMethodDescriptionDbaasIntegrationType.addDestServiceTypesItem
(String destServiceTypesItem) DbaasIntegrationType.addSourceServiceTypesItem
(String sourceServiceTypesItem) DbaasIntegrationType.destDescription
(String destDescription) DbaasIntegrationType.destServiceTypes
(List<String> destServiceTypes) DbaasIntegrationType.settings
(DbaasIntegrationTypeSettings settings) DbaasIntegrationType.sourceDescription
(String sourceDescription) DbaasIntegrationType.sourceServiceTypes
(List<String> sourceServiceTypes) Methods in com.exoscale.sdk.model that return types with arguments of type DbaasIntegrationTypeModifier and TypeMethodDescriptionListDbaasIntegrationTypes200Response.getDbaasIntegrationTypes()
Get dbaasIntegrationTypesMethods in com.exoscale.sdk.model with parameters of type DbaasIntegrationTypeModifier and TypeMethodDescriptionListDbaasIntegrationTypes200Response.addDbaasIntegrationTypesItem
(DbaasIntegrationType dbaasIntegrationTypesItem) Method parameters in com.exoscale.sdk.model with type arguments of type DbaasIntegrationTypeModifier and TypeMethodDescriptionListDbaasIntegrationTypes200Response.dbaasIntegrationTypes
(List<DbaasIntegrationType> dbaasIntegrationTypes) void
ListDbaasIntegrationTypes200Response.setDbaasIntegrationTypes
(List<DbaasIntegrationType> dbaasIntegrationTypes)