Uses of Class
software.amazon.awssdk.services.sfn.model.RedriveExecutionResponse
-
Packages that use RedriveExecutionResponse Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of RedriveExecutionResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return RedriveExecutionResponse Modifier and Type Method Description default RedriveExecutionResponseSfnClient. redriveExecution(Consumer<RedriveExecutionRequest.Builder> 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.Methods in software.amazon.awssdk.services.sfn that return types with arguments of type RedriveExecutionResponse Modifier and Type Method Description default CompletableFuture<RedriveExecutionResponse>SfnAsyncClient. redriveExecution(Consumer<RedriveExecutionRequest.Builder> redriveExecutionRequest)Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.default CompletableFuture<RedriveExecutionResponse>SfnAsyncClient. redriveExecution(RedriveExecutionRequest redriveExecutionRequest)Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.
-