| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorState |
ExecutorState.fromValue(String value)
Use this in place of valueOf.
|
static ExecutorState |
ExecutorState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutorState[] |
ExecutorState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutorsSummary |
ExecutorsSummary.withExecutorState(ExecutorState executorState)
The processing state of the executor.
|
ListExecutorsRequest |
ListExecutorsRequest.withExecutorStateFilter(ExecutorState executorStateFilter)
A filter for a specific executor state.
|
Copyright © 2024. All rights reserved.