| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static ClusterState |
ClusterState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ClusterState |
CreateClusterV2Response.state()
The state of the cluster.
|
ClusterState |
DeleteClusterResponse.state()
The state of the cluster.
|
ClusterState |
Cluster.state()
The state of the cluster.
|
ClusterState |
ClusterInfo.state()
The state of the cluster.
|
ClusterState |
CreateClusterResponse.state()
The state of the cluster.
|
static ClusterState |
ClusterState.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ClusterState> |
ClusterState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterV2Response.Builder |
CreateClusterV2Response.Builder.state(ClusterState state)
The state of the cluster.
|
DeleteClusterResponse.Builder |
DeleteClusterResponse.Builder.state(ClusterState state)
The state of the cluster.
|
Cluster.Builder |
Cluster.Builder.state(ClusterState state)
The state of the cluster.
|
ClusterInfo.Builder |
ClusterInfo.Builder.state(ClusterState state)
The state of the cluster.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.state(ClusterState state)
The state of the cluster.
|
Copyright © 2023. All rights reserved.