Uses of Class
com.exoscale.sdk.model.DbaasServiceType
-
Packages that use DbaasServiceType Package Description com.exoscale.sdk.api com.exoscale.sdk.model -
-
Uses of DbaasServiceType in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api that return DbaasServiceType Modifier and Type Method Description DbaasServiceType
ExoscaleApi. getDbaasServiceType(String serviceTypeName)
Get a DBaaS service type Get a DBaaS service type -
Uses of DbaasServiceType in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasServiceType Modifier and Type Method Description DbaasServiceType
DbaasServiceType. name(String name)
Methods in com.exoscale.sdk.model that return types with arguments of type DbaasServiceType Modifier and Type Method Description List<DbaasServiceType>
ListDbaasServiceTypes200Response. getDbaasServiceTypes()
Get dbaasServiceTypesMethods in com.exoscale.sdk.model with parameters of type DbaasServiceType Modifier and Type Method Description ListDbaasServiceTypes200Response
ListDbaasServiceTypes200Response. addDbaasServiceTypesItem(DbaasServiceType dbaasServiceTypesItem)
Method parameters in com.exoscale.sdk.model with type arguments of type DbaasServiceType Modifier and Type Method Description ListDbaasServiceTypes200Response
ListDbaasServiceTypes200Response. dbaasServiceTypes(List<DbaasServiceType> dbaasServiceTypes)
void
ListDbaasServiceTypes200Response. setDbaasServiceTypes(List<DbaasServiceType> dbaasServiceTypes)
-