Uses of Enum
software.amazon.awssdk.services.sfn.model.ExecutionStatus
Packages that use ExecutionStatus
-
Uses of ExecutionStatus in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ExecutionStatusModifier and TypeMethodDescriptionstatic ExecutionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ExecutionStatusDescribeExecutionResponse.status()The current status of the execution.final ExecutionStatusExecutionListItem.status()The current status of the execution.final ExecutionStatusListExecutionsRequest.statusFilter()If specified, only list the executions whose current execution status matches the given filter.static ExecutionStatusReturns the enum constant of this type with the specified name.static ExecutionStatus[]ExecutionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ExecutionStatusMethods in software.amazon.awssdk.services.sfn.model with parameters of type ExecutionStatusModifier and TypeMethodDescriptionDescribeExecutionResponse.Builder.status(ExecutionStatus status) The current status of the execution.ExecutionListItem.Builder.status(ExecutionStatus status) The current status of the execution.ListExecutionsRequest.Builder.statusFilter(ExecutionStatus statusFilter) If specified, only list the executions whose current execution status matches the given filter.