Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.InstanceMode
-
Packages that use InstanceMode Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of InstanceMode in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return InstanceMode Modifier and Type Method Description static InstanceModeInstanceMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceModeCreateDbInstanceResponse. instanceMode()Specifies the DbInstance's role in the cluster.InstanceModeDbInstanceForClusterSummary. instanceMode()Specifies the DB instance's role in the cluster.InstanceModeDeleteDbInstanceResponse. instanceMode()Specifies the DbInstance's role in the cluster.InstanceModeGetDbInstanceResponse. instanceMode()Specifies the DbInstance's role in the cluster.InstanceModeUpdateDbInstanceResponse. instanceMode()Specifies the DbInstance's role in the cluster.static InstanceModeInstanceMode. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceMode[]InstanceMode. 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 InstanceMode Modifier and Type Method Description static Set<InstanceMode>InstanceMode. knownValues()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model with parameters of type InstanceMode Modifier and Type Method Description CreateDbInstanceResponse.BuilderCreateDbInstanceResponse.Builder. instanceMode(InstanceMode instanceMode)Specifies the DbInstance's role in the cluster.DbInstanceForClusterSummary.BuilderDbInstanceForClusterSummary.Builder. instanceMode(InstanceMode instanceMode)Specifies the DB instance's role in the cluster.DeleteDbInstanceResponse.BuilderDeleteDbInstanceResponse.Builder. instanceMode(InstanceMode instanceMode)Specifies the DbInstance's role in the cluster.GetDbInstanceResponse.BuilderGetDbInstanceResponse.Builder. instanceMode(InstanceMode instanceMode)Specifies the DbInstance's role in the cluster.UpdateDbInstanceResponse.BuilderUpdateDbInstanceResponse.Builder. instanceMode(InstanceMode instanceMode)Specifies the DbInstance's role in the cluster.
-