| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions |  | 
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
| RedriveExecutionResult | AbstractAWSStepFunctions. redriveExecution(RedriveExecutionRequest request) | 
| RedriveExecutionResult | AWSStepFunctions. redriveExecution(RedriveExecutionRequest redriveExecutionRequest)
 Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days. | 
| RedriveExecutionResult | AWSStepFunctionsClient. redriveExecution(RedriveExecutionRequest request)
 Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<RedriveExecutionResult> | AbstractAWSStepFunctionsAsync. redriveExecutionAsync(RedriveExecutionRequest request,
                     AsyncHandler<RedriveExecutionRequest,RedriveExecutionResult> asyncHandler) | 
| Future<RedriveExecutionResult> | AWSStepFunctionsAsync. redriveExecutionAsync(RedriveExecutionRequest redriveExecutionRequest,
                     AsyncHandler<RedriveExecutionRequest,RedriveExecutionResult> asyncHandler)
 Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days. | 
| Future<RedriveExecutionResult> | AWSStepFunctionsAsyncClient. redriveExecutionAsync(RedriveExecutionRequest request,
                     AsyncHandler<RedriveExecutionRequest,RedriveExecutionResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| RedriveExecutionResult | RedriveExecutionResult. clone() | 
| RedriveExecutionResult | RedriveExecutionResult. withRedriveDate(Date redriveDate)
 The date the execution was last redriven. | 
Copyright © 2023. All rights reserved.