| Package | Description |
|---|---|
| com.amazonaws.services.snowball.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 |
ClusterMetadata.setClusterState(ClusterState clusterState)
The current status of the cluster.
|
void |
ClusterListEntry.setClusterState(ClusterState clusterState)
The current state of this cluster.
|
ClusterMetadata |
ClusterMetadata.withClusterState(ClusterState clusterState)
The current status of the cluster.
|
ClusterListEntry |
ClusterListEntry.withClusterState(ClusterState clusterState)
The current state of this cluster.
|
Copyright © 2018. All rights reserved.