Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.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 |
---|---|
void |
ClusterStatus.setState(ClusterState state)
The current state of the cluster.
|
ListClustersRequest |
ListClustersRequest.withClusterStates(ClusterState... clusterStates)
The cluster state filters to apply when listing clusters.
|
ClusterStatus |
ClusterStatus.withState(ClusterState state)
The current state of the cluster.
|
Copyright © 2024. All rights reserved.