| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
static VirtualClusterState |
VirtualClusterState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VirtualClusterState |
VirtualCluster.state()
The state of the virtual cluster.
|
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 |
|---|---|
static Set<VirtualClusterState> |
VirtualClusterState.knownValues()
|
List<VirtualClusterState> |
ListVirtualClustersRequest.states()
The states of the requested virtual clusters.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualCluster.Builder |
VirtualCluster.Builder.state(VirtualClusterState state)
The state of the virtual cluster.
|
ListVirtualClustersRequest.Builder |
ListVirtualClustersRequest.Builder.states(VirtualClusterState... states)
The states of the requested virtual clusters.
|
| Modifier and Type | Method and Description |
|---|---|
ListVirtualClustersRequest.Builder |
ListVirtualClustersRequest.Builder.states(Collection<VirtualClusterState> states)
The states of the requested virtual clusters.
|
Copyright © 2023. All rights reserved.