Uses of Class
com.exoscale.sdk.model.JsonSchemaTimescaledb
-
Packages that use JsonSchemaTimescaledb Package Description com.exoscale.sdk.model -
-
Uses of JsonSchemaTimescaledb in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaTimescaledb Modifier and Type Method Description JsonSchemaTimescaledb
CreateDbaasServicePgRequest. getTimescaledbSettings()
Get timescaledbSettingsJsonSchemaTimescaledb
DbaasServicePg. getTimescaledbSettings()
Get timescaledbSettingsJsonSchemaTimescaledb
UpdateDbaasServicePgRequest. getTimescaledbSettings()
Get timescaledbSettingsJsonSchemaTimescaledb
JsonSchemaTimescaledb. maxBackgroundWorkers(Integer maxBackgroundWorkers)
Methods in com.exoscale.sdk.model with parameters of type JsonSchemaTimescaledb Modifier and Type Method Description void
CreateDbaasServicePgRequest. setTimescaledbSettings(JsonSchemaTimescaledb timescaledbSettings)
void
DbaasServicePg. setTimescaledbSettings(JsonSchemaTimescaledb timescaledbSettings)
void
UpdateDbaasServicePgRequest. setTimescaledbSettings(JsonSchemaTimescaledb timescaledbSettings)
CreateDbaasServicePgRequest
CreateDbaasServicePgRequest. timescaledbSettings(JsonSchemaTimescaledb timescaledbSettings)
DbaasServicePg
DbaasServicePg. timescaledbSettings(JsonSchemaTimescaledb timescaledbSettings)
UpdateDbaasServicePgRequest
UpdateDbaasServicePgRequest. timescaledbSettings(JsonSchemaTimescaledb timescaledbSettings)
-