| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationState |
ApplicationState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
Application |
Application.withState(ApplicationState state)
The state of the application.
|
ApplicationSummary |
ApplicationSummary.withState(ApplicationState state)
The state of the application.
|
ListApplicationsRequest |
ListApplicationsRequest.withStates(ApplicationState... states)
An optional filter for application states.
|
Copyright © 2023. All rights reserved.