| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointState |
EndpointState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EndpointState |
Endpoint.state()
The state of the endpoint.
|
static EndpointState |
EndpointState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointState[] |
EndpointState.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<EndpointState> |
EndpointState.knownValues()
|
List<EndpointState> |
ListManagedEndpointsRequest.states()
The states of the managed endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.state(EndpointState state)
The state of the endpoint.
|
ListManagedEndpointsRequest.Builder |
ListManagedEndpointsRequest.Builder.states(EndpointState... states)
The states of the managed endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
ListManagedEndpointsRequest.Builder |
ListManagedEndpointsRequest.Builder.states(Collection<EndpointState> states)
The states of the managed endpoints.
|
Copyright © 2023. All rights reserved.