| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutorState |
ExecutorsSummary.executorState()
The processing state of the executor.
|
ExecutorState |
ListExecutorsRequest.executorStateFilter()
A filter for a specific executor state.
|
static ExecutorState |
ExecutorState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ExecutorState> |
ExecutorState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExecutorsSummary.Builder |
ExecutorsSummary.Builder.executorState(ExecutorState executorState)
The processing state of the executor.
|
ListExecutorsRequest.Builder |
ListExecutorsRequest.Builder.executorStateFilter(ExecutorState executorStateFilter)
A filter for a specific executor state.
|
Copyright © 2023. All rights reserved.