| Package | Description |
|---|---|
| com.amazonaws.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
static VirtualClusterState |
VirtualClusterState.fromValue(String value)
Use this in place of valueOf.
|
static VirtualClusterState |
VirtualClusterState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualClusterState[] |
VirtualClusterState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualCluster |
VirtualCluster.withState(VirtualClusterState state)
The state of the virtual cluster.
|
ListVirtualClustersRequest |
ListVirtualClustersRequest.withStates(VirtualClusterState... states)
The states of the requested virtual clusters.
|
Copyright © 2024. All rights reserved.