Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.ExecutionState
-
Packages that use ExecutionState Package Description software.amazon.awssdk.services.snowdevicemanagement.model -
-
Uses of ExecutionState in software.amazon.awssdk.services.snowdevicemanagement.model
Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return ExecutionState Modifier and Type Method Description static ExecutionStateExecutionState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExecutionStateDescribeExecutionResponse. state()The current state of the execution.ExecutionStateExecutionSummary. state()The state of the execution.ExecutionStateListExecutionsRequest. state()A structure used to filter the tasks by their current state.static ExecutionStateExecutionState. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionState[]ExecutionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return types with arguments of type ExecutionState Modifier and Type Method Description static Set<ExecutionState>ExecutionState. knownValues()Methods in software.amazon.awssdk.services.snowdevicemanagement.model with parameters of type ExecutionState Modifier and Type Method Description DescribeExecutionResponse.BuilderDescribeExecutionResponse.Builder. state(ExecutionState state)The current state of the execution.ExecutionSummary.BuilderExecutionSummary.Builder. state(ExecutionState state)The state of the execution.ListExecutionsRequest.BuilderListExecutionsRequest.Builder. state(ExecutionState state)A structure used to filter the tasks by their current state.
-