Uses of Class
software.amazon.awssdk.services.athena.model.ExecutorState
-
Packages that use ExecutorState Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ExecutorState in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ExecutorState Modifier and Type Method Description ExecutorStateExecutorsSummary. executorState()The processing state of the executor.ExecutorStateListExecutorsRequest. executorStateFilter()A filter for a specific executor state.static ExecutorStateExecutorState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExecutorStateExecutorState. 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.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ExecutorState Modifier and Type Method Description static Set<ExecutorState>ExecutorState. knownValues()Methods in software.amazon.awssdk.services.athena.model with parameters of type ExecutorState Modifier and Type Method Description ExecutorsSummary.BuilderExecutorsSummary.Builder. executorState(ExecutorState executorState)The processing state of the executor.ListExecutorsRequest.BuilderListExecutorsRequest.Builder. executorStateFilter(ExecutorState executorStateFilter)A filter for a specific executor state.
-