Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.DbStorageType
-
Packages that use DbStorageType Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of DbStorageType in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return DbStorageType Modifier and Type Method Description DbStorageTypeCreateDbInstanceRequest. dbStorageType()The Timestream for InfluxDB DB storage type to read and write InfluxDB data.DbStorageTypeCreateDbInstanceResponse. dbStorageType()The Timestream for InfluxDB DB storage type that InfluxDB stores data on.DbStorageTypeDbInstanceSummary. dbStorageType()The storage type for your DB instance.DbStorageTypeDeleteDbInstanceResponse. dbStorageType()The Timestream for InfluxDB DB storage type that InfluxDB stores data on.DbStorageTypeGetDbInstanceResponse. dbStorageType()The Timestream for InfluxDB DB storage type that InfluxDB stores data on.DbStorageTypeUpdateDbInstanceResponse. dbStorageType()The Timestream for InfluxDB DB storage type that InfluxDB stores data on.static DbStorageTypeDbStorageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DbStorageTypeDbStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static DbStorageType[]DbStorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return types with arguments of type DbStorageType Modifier and Type Method Description static Set<DbStorageType>DbStorageType. knownValues()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model with parameters of type DbStorageType Modifier and Type Method Description CreateDbInstanceRequest.BuilderCreateDbInstanceRequest.Builder. dbStorageType(DbStorageType dbStorageType)The Timestream for InfluxDB DB storage type to read and write InfluxDB data.CreateDbInstanceResponse.BuilderCreateDbInstanceResponse.Builder. dbStorageType(DbStorageType dbStorageType)The Timestream for InfluxDB DB storage type that InfluxDB stores data on.DbInstanceSummary.BuilderDbInstanceSummary.Builder. dbStorageType(DbStorageType dbStorageType)The storage type for your DB instance.DeleteDbInstanceResponse.BuilderDeleteDbInstanceResponse.Builder. dbStorageType(DbStorageType dbStorageType)The Timestream for InfluxDB DB storage type that InfluxDB stores data on.GetDbInstanceResponse.BuilderGetDbInstanceResponse.Builder. dbStorageType(DbStorageType dbStorageType)The Timestream for InfluxDB DB storage type that InfluxDB stores data on.UpdateDbInstanceResponse.BuilderUpdateDbInstanceResponse.Builder. dbStorageType(DbStorageType dbStorageType)The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
-