Uses of Class
software.amazon.awssdk.services.athena.model.CalculationExecutionState
-
Packages that use CalculationExecutionState Package Description software.amazon.awssdk.services.athena.model -
-
Uses of CalculationExecutionState in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return CalculationExecutionState Modifier and Type Method Description static CalculationExecutionStateCalculationExecutionState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CalculationExecutionStateCalculationStatus. state()The state of the calculation execution.CalculationExecutionStateStartCalculationExecutionResponse. state()CREATING- The calculation is in the process of being created.CalculationExecutionStateStopCalculationExecutionResponse. state()CREATING- The calculation is in the process of being created.CalculationExecutionStateListCalculationExecutionsRequest. stateFilter()A filter for a specific calculation execution state.static CalculationExecutionStateCalculationExecutionState. 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.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type CalculationExecutionState Modifier and Type Method Description static Set<CalculationExecutionState>CalculationExecutionState. knownValues()Methods in software.amazon.awssdk.services.athena.model with parameters of type CalculationExecutionState Modifier and Type Method Description CalculationStatus.BuilderCalculationStatus.Builder. state(CalculationExecutionState state)The state of the calculation execution.StartCalculationExecutionResponse.BuilderStartCalculationExecutionResponse.Builder. state(CalculationExecutionState state)CREATING- The calculation is in the process of being created.StopCalculationExecutionResponse.BuilderStopCalculationExecutionResponse.Builder. state(CalculationExecutionState state)CREATING- The calculation is in the process of being created.ListCalculationExecutionsRequest.BuilderListCalculationExecutionsRequest.Builder. stateFilter(CalculationExecutionState stateFilter)A filter for a specific calculation execution state.
-