Uses of Class
software.amazon.awssdk.services.sfn.model.RedriveExecutionResponse
Packages that use RedriveExecutionResponse
-
Uses of RedriveExecutionResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return RedriveExecutionResponseModifier and TypeMethodDescriptiondefault 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 RedriveExecutionResponseModifier and TypeMethodDescriptionSfnAsyncClient.redriveExecution(Consumer<RedriveExecutionRequest.Builder> redriveExecutionRequest) Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.SfnAsyncClient.redriveExecution(RedriveExecutionRequest redriveExecutionRequest) Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.