| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudhsmv2.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 |
Cluster.state()
The cluster's state.
|
ClusterState |
InitializeClusterResponse.state()
The cluster's state.
|
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 |
|---|---|
Cluster.Builder |
Cluster.Builder.state(ClusterState state)
The cluster's state.
|
InitializeClusterResponse.Builder |
InitializeClusterResponse.Builder.state(ClusterState state)
The cluster's state.
|
Copyright © 2023. All rights reserved.