Uses of Class
software.amazon.awssdk.services.sfn.model.ExecutionRedriveStatus
-
Packages that use ExecutionRedriveStatus Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of ExecutionRedriveStatus in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ExecutionRedriveStatus Modifier and Type Method Description static ExecutionRedriveStatusExecutionRedriveStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExecutionRedriveStatusDescribeExecutionResponse. redriveStatus()Indicates whether or not an execution can be redriven at a given point in time.static ExecutionRedriveStatusExecutionRedriveStatus. valueOf(String name)Returns 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 ExecutionRedriveStatus Modifier and Type Method Description static Set<ExecutionRedriveStatus>ExecutionRedriveStatus. knownValues()Methods in software.amazon.awssdk.services.sfn.model with parameters of type ExecutionRedriveStatus Modifier and Type Method Description DescribeExecutionResponse.BuilderDescribeExecutionResponse.Builder. redriveStatus(ExecutionRedriveStatus redriveStatus)Indicates whether or not an execution can be redriven at a given point in time.
-