| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static CalculationExecutionState |
CalculationExecutionState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CalculationExecutionState |
StopCalculationExecutionResponse.state()
CREATING - The calculation is in the process of being created. |
CalculationExecutionState |
CalculationStatus.state()
The state of the calculation execution.
|
CalculationExecutionState |
StartCalculationExecutionResponse.state()
CREATING - The calculation is in the process of being created. |
CalculationExecutionState |
ListCalculationExecutionsRequest.stateFilter()
A filter for a specific calculation execution state.
|
static CalculationExecutionState |
CalculationExecutionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalculationExecutionState[] |
CalculationExecutionState.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<CalculationExecutionState> |
CalculationExecutionState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StopCalculationExecutionResponse.Builder |
StopCalculationExecutionResponse.Builder.state(CalculationExecutionState state)
CREATING - The calculation is in the process of being created. |
CalculationStatus.Builder |
CalculationStatus.Builder.state(CalculationExecutionState state)
The state of the calculation execution.
|
StartCalculationExecutionResponse.Builder |
StartCalculationExecutionResponse.Builder.state(CalculationExecutionState state)
CREATING - The calculation is in the process of being created. |
ListCalculationExecutionsRequest.Builder |
ListCalculationExecutionsRequest.Builder.stateFilter(CalculationExecutionState stateFilter)
A filter for a specific calculation execution state.
|
Copyright © 2023. All rights reserved.