Uses of Class
software.amazon.awssdk.services.snowball.model.ClusterState
-
Packages that use ClusterState Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of ClusterState in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return ClusterState Modifier and Type Method Description ClusterStateClusterListEntry. clusterState()The current state of this cluster.ClusterStateClusterMetadata. clusterState()The current status of the cluster.static ClusterStateClusterState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClusterStateClusterState. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterState[]ClusterState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type ClusterState Modifier and Type Method Description static Set<ClusterState>ClusterState. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type ClusterState Modifier and Type Method Description ClusterListEntry.BuilderClusterListEntry.Builder. clusterState(ClusterState clusterState)The current state of this cluster.ClusterMetadata.BuilderClusterMetadata.Builder. clusterState(ClusterState clusterState)The current status of the cluster.
-