Uses of Enum
software.amazon.awssdk.services.sfn.model.ExecutionRedriveStatus
Packages that use ExecutionRedriveStatus
-
Uses of ExecutionRedriveStatus in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ExecutionRedriveStatusModifier and TypeMethodDescriptionstatic ExecutionRedriveStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ExecutionRedriveStatusDescribeExecutionResponse.redriveStatus()Indicates whether or not an execution can be redriven at a given point in time.static ExecutionRedriveStatusReturns the enum constant of this type with the specified name.static ExecutionRedriveStatus[]ExecutionRedriveStatus.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 ExecutionRedriveStatusModifier and TypeMethodDescriptionstatic Set<ExecutionRedriveStatus>ExecutionRedriveStatus.knownValues()Methods in software.amazon.awssdk.services.sfn.model with parameters of type ExecutionRedriveStatusModifier and TypeMethodDescriptionDescribeExecutionResponse.Builder.redriveStatus(ExecutionRedriveStatus redriveStatus) Indicates whether or not an execution can be redriven at a given point in time.