| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static CalculationExecutionState |
CalculationExecutionState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
CalculationStatus |
CalculationStatus.withState(CalculationExecutionState state)
The state of the calculation execution.
|
StartCalculationExecutionResult |
StartCalculationExecutionResult.withState(CalculationExecutionState state)
CREATING - The calculation is in the process of being created. |
StopCalculationExecutionResult |
StopCalculationExecutionResult.withState(CalculationExecutionState state)
CREATING - The calculation is in the process of being created. |
ListCalculationExecutionsRequest |
ListCalculationExecutionsRequest.withStateFilter(CalculationExecutionState stateFilter)
A filter for a specific calculation execution state.
|
Copyright © 2025. All rights reserved.