Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.DbInstanceType
-
Packages that use DbInstanceType Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of DbInstanceType in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return DbInstanceType Modifier and Type Method Description DbInstanceTypeCreateDbInstanceRequest. dbInstanceType()The Timestream for InfluxDB DB instance type to run InfluxDB on.DbInstanceTypeCreateDbInstanceResponse. dbInstanceType()The Timestream for InfluxDB instance type that InfluxDB runs on.DbInstanceTypeDbInstanceSummary. dbInstanceType()The Timestream for InfluxDB instance type to run InfluxDB on.DbInstanceTypeDeleteDbInstanceResponse. dbInstanceType()The Timestream for InfluxDB instance type that InfluxDB runs on.DbInstanceTypeGetDbInstanceResponse. dbInstanceType()The Timestream for InfluxDB instance type that InfluxDB runs on.DbInstanceTypeUpdateDbInstanceResponse. dbInstanceType()The Timestream for InfluxDB instance type that InfluxDB runs on.static DbInstanceTypeDbInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DbInstanceTypeDbInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DbInstanceType[]DbInstanceType. 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 DbInstanceType Modifier and Type Method Description static Set<DbInstanceType>DbInstanceType. knownValues()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model with parameters of type DbInstanceType Modifier and Type Method Description CreateDbInstanceRequest.BuilderCreateDbInstanceRequest.Builder. dbInstanceType(DbInstanceType dbInstanceType)The Timestream for InfluxDB DB instance type to run InfluxDB on.CreateDbInstanceResponse.BuilderCreateDbInstanceResponse.Builder. dbInstanceType(DbInstanceType dbInstanceType)The Timestream for InfluxDB instance type that InfluxDB runs on.DbInstanceSummary.BuilderDbInstanceSummary.Builder. dbInstanceType(DbInstanceType dbInstanceType)The Timestream for InfluxDB instance type to run InfluxDB on.DeleteDbInstanceResponse.BuilderDeleteDbInstanceResponse.Builder. dbInstanceType(DbInstanceType dbInstanceType)The Timestream for InfluxDB instance type that InfluxDB runs on.GetDbInstanceResponse.BuilderGetDbInstanceResponse.Builder. dbInstanceType(DbInstanceType dbInstanceType)The Timestream for InfluxDB instance type that InfluxDB runs on.UpdateDbInstanceResponse.BuilderUpdateDbInstanceResponse.Builder. dbInstanceType(DbInstanceType dbInstanceType)The Timestream for InfluxDB instance type that InfluxDB runs on.
-