| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static ClusterState |
ClusterState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
DeleteClusterResult |
DeleteClusterResult.withState(ClusterState state)
The state of the cluster.
|
CreateClusterV2Result |
CreateClusterV2Result.withState(ClusterState state)
The state of the cluster.
|
CreateClusterResult |
CreateClusterResult.withState(ClusterState state)
The state of the cluster.
|
ClusterInfo |
ClusterInfo.withState(ClusterState state)
The state of the cluster.
|
Cluster |
Cluster.withState(ClusterState state)
The state of the cluster.
|
Copyright © 2024. All rights reserved.