Uses of Class
software.amazon.awssdk.services.sfn.model.RedriveExecutionRequest
-
Packages that use RedriveExecutionRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.transform -
-
Uses of RedriveExecutionRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type RedriveExecutionRequest Modifier and Type Method Description default CompletableFuture<RedriveExecutionResponse>SfnAsyncClient. redriveExecution(RedriveExecutionRequest redriveExecutionRequest)Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.default RedriveExecutionResponseSfnClient. redriveExecution(RedriveExecutionRequest redriveExecutionRequest)Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days. -
Uses of RedriveExecutionRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type RedriveExecutionRequest Modifier and Type Method Description SdkHttpFullRequestRedriveExecutionRequestMarshaller. marshall(RedriveExecutionRequest redriveExecutionRequest)
-