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