Uses of Class
software.amazon.awssdk.services.finspace.model.KxClusterStatus
-
Packages that use KxClusterStatus Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxClusterStatus in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxClusterStatus Modifier and Type Method Description KxClusterStatusKxAttachedCluster. clusterStatus()The status of the attached cluster.static KxClusterStatusKxClusterStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KxClusterStatusCreateKxClusterResponse. status()The status of cluster creation.KxClusterStatusGetKxClusterResponse. status()The status of cluster creation.KxClusterStatusKxCluster. status()The status of a cluster.static KxClusterStatusKxClusterStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static KxClusterStatus[]KxClusterStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxClusterStatus Modifier and Type Method Description static Set<KxClusterStatus>KxClusterStatus. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxClusterStatus Modifier and Type Method Description KxAttachedCluster.BuilderKxAttachedCluster.Builder. clusterStatus(KxClusterStatus clusterStatus)The status of the attached cluster.CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. status(KxClusterStatus status)The status of cluster creation.GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. status(KxClusterStatus status)The status of cluster creation.KxCluster.BuilderKxCluster.Builder. status(KxClusterStatus status)The status of a cluster.
-