Uses of Class
software.amazon.awssdk.services.sfn.model.ExecutionLimitExceededException
Packages that use ExecutionLimitExceededException
-
Uses of ExecutionLimitExceededException in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that throw ExecutionLimitExceededExceptionModifier 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.default StartExecutionResponseSfnClient.startExecution(Consumer<StartExecutionRequest.Builder> startExecutionRequest) Starts a state machine execution.default StartExecutionResponseSfnClient.startExecution(StartExecutionRequest startExecutionRequest) Starts a state machine execution.