| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.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 |
ClusterStatus.state()
The current 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 |
|---|---|
List<ClusterState> |
ListClustersRequest.clusterStates()
The cluster state filters to apply when listing clusters.
|
static Set<ClusterState> |
ClusterState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListClustersRequest.Builder |
ListClustersRequest.Builder.clusterStates(ClusterState... clusterStates)
The cluster state filters to apply when listing clusters.
|
ClusterStatus.Builder |
ClusterStatus.Builder.state(ClusterState state)
The current state of the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListClustersRequest.Builder |
ListClustersRequest.Builder.clusterStates(Collection<ClusterState> clusterStates)
The cluster state filters to apply when listing clusters.
|
Copyright © 2022. All rights reserved.