| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationState |
ApplicationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ApplicationState |
Application.state()
The state of the application.
|
ApplicationState |
ApplicationSummary.state()
The state of the application.
|
static ApplicationState |
ApplicationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationState[] |
ApplicationState.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<ApplicationState> |
ApplicationState.knownValues()
|
List<ApplicationState> |
ListApplicationsRequest.states()
An optional filter for application states.
|
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
Application.Builder.state(ApplicationState state)
The state of the application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.state(ApplicationState state)
The state of the application.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.states(ApplicationState... states)
An optional filter for application states.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.states(Collection<ApplicationState> states)
An optional filter for application states.
|
Copyright © 2023. All rights reserved.