Uses of Class
com.exoscale.sdk.model.DbaasIntegrationTypeSettings
-
Packages that use DbaasIntegrationTypeSettings Package Description com.exoscale.sdk.model -
-
Uses of DbaasIntegrationTypeSettings in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasIntegrationTypeSettings Modifier and Type Method Description DbaasIntegrationTypeSettings
DbaasIntegrationTypeSettings. additionalProperties(Boolean additionalProperties)
DbaasIntegrationTypeSettings
DbaasIntegrationType. getSettings()
Get settingsDbaasIntegrationTypeSettings
DbaasIntegrationTypeSettings. properties(Object properties)
DbaasIntegrationTypeSettings
DbaasIntegrationTypeSettings. title(String title)
DbaasIntegrationTypeSettings
DbaasIntegrationTypeSettings. type(String type)
Methods in com.exoscale.sdk.model with parameters of type DbaasIntegrationTypeSettings Modifier and Type Method Description void
DbaasIntegrationType. setSettings(DbaasIntegrationTypeSettings settings)
DbaasIntegrationType
DbaasIntegrationType. settings(DbaasIntegrationTypeSettings settings)
-