Uses of Class
software.amazon.awssdk.services.kafka.model.ClusterState
-
Packages that use ClusterState Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of ClusterState in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return ClusterState Modifier and Type Method Description static ClusterStateClusterState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ClusterStateCluster. state()The state of the cluster.ClusterStateClusterInfo. state()The state of the cluster.ClusterStateCreateClusterResponse. state()The state of the cluster.ClusterStateCreateClusterV2Response. state()The state of the cluster.ClusterStateDeleteClusterResponse. state()The state of the cluster.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.kafka.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.kafka.model with parameters of type ClusterState Modifier and Type Method Description Cluster.BuilderCluster.Builder. state(ClusterState state)The state of the cluster.ClusterInfo.BuilderClusterInfo.Builder. state(ClusterState state)The state of the cluster.CreateClusterResponse.BuilderCreateClusterResponse.Builder. state(ClusterState state)The state of the cluster.CreateClusterV2Response.BuilderCreateClusterV2Response.Builder. state(ClusterState state)The state of the cluster.DeleteClusterResponse.BuilderDeleteClusterResponse.Builder. state(ClusterState state)The state of the cluster.
-