Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.ClusterStatus
-
Packages that use ClusterStatus Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of ClusterStatus in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return ClusterStatus Modifier and Type Method Description ClusterStatusCreateDbClusterResponse. dbClusterStatus()The status of the DB cluster.ClusterStatusDeleteDbClusterResponse. dbClusterStatus()The status of the DB cluster.ClusterStatusUpdateDbClusterResponse. dbClusterStatus()The status of the DB cluster.static ClusterStatusClusterStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ClusterStatusDbClusterSummary. status()The status of the DB cluster.ClusterStatusGetDbClusterResponse. status()The status of the DB cluster.static ClusterStatusClusterStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterStatus[]ClusterStatus. 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 ClusterStatus Modifier and Type Method Description static Set<ClusterStatus>ClusterStatus. knownValues()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model with parameters of type ClusterStatus Modifier and Type Method Description CreateDbClusterResponse.BuilderCreateDbClusterResponse.Builder. dbClusterStatus(ClusterStatus dbClusterStatus)The status of the DB cluster.DeleteDbClusterResponse.BuilderDeleteDbClusterResponse.Builder. dbClusterStatus(ClusterStatus dbClusterStatus)The status of the DB cluster.UpdateDbClusterResponse.BuilderUpdateDbClusterResponse.Builder. dbClusterStatus(ClusterStatus dbClusterStatus)The status of the DB cluster.DbClusterSummary.BuilderDbClusterSummary.Builder. status(ClusterStatus status)The status of the DB cluster.GetDbClusterResponse.BuilderGetDbClusterResponse.Builder. status(ClusterStatus status)The status of the DB cluster.
-