Uses of Class
software.amazon.awssdk.services.sfn.model.ExecutionDoesNotExistException
Packages that use ExecutionDoesNotExistException
-
Uses of ExecutionDoesNotExistException in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that throw ExecutionDoesNotExistExceptionModifier and TypeMethodDescriptiondefault DescribeExecutionResponseSfnClient.describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest) Provides information about a state machine execution, such as the state machine associated with the execution, the execution input and output, and relevant execution metadata.default DescribeExecutionResponseSfnClient.describeExecution(DescribeExecutionRequest describeExecutionRequest) Provides information about a state machine execution, such as the state machine associated with the execution, the execution input and output, and relevant execution metadata.SfnClient.describeStateMachineForExecution(Consumer<DescribeStateMachineForExecutionRequest.Builder> describeStateMachineForExecutionRequest) Provides information about a state machine's definition, its execution role ARN, and configuration.SfnClient.describeStateMachineForExecution(DescribeStateMachineForExecutionRequest describeStateMachineForExecutionRequest) Provides information about a state machine's definition, its execution role ARN, and configuration.default GetExecutionHistoryResponseSfnClient.getExecutionHistory(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest) Returns the history of the specified execution as a list of events.default GetExecutionHistoryResponseSfnClient.getExecutionHistory(GetExecutionHistoryRequest getExecutionHistoryRequest) Returns the history of the specified execution as a list of events.default GetExecutionHistoryIterableSfnClient.getExecutionHistoryPaginator(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest) This is a variant ofSfnClient.getExecutionHistory(software.amazon.awssdk.services.sfn.model.GetExecutionHistoryRequest)operation.default GetExecutionHistoryIterableSfnClient.getExecutionHistoryPaginator(GetExecutionHistoryRequest getExecutionHistoryRequest) This is a variant ofSfnClient.getExecutionHistory(software.amazon.awssdk.services.sfn.model.GetExecutionHistoryRequest)operation.default ListMapRunsResponseSfnClient.listMapRuns(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest) Lists all Map Runs that were started by a given state machine execution.default ListMapRunsResponseSfnClient.listMapRuns(ListMapRunsRequest listMapRunsRequest) Lists all Map Runs that were started by a given state machine execution.default ListMapRunsIterableSfnClient.listMapRunsPaginator(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest) This is a variant ofSfnClient.listMapRuns(software.amazon.awssdk.services.sfn.model.ListMapRunsRequest)operation.default ListMapRunsIterableSfnClient.listMapRunsPaginator(ListMapRunsRequest listMapRunsRequest) This is a variant ofSfnClient.listMapRuns(software.amazon.awssdk.services.sfn.model.ListMapRunsRequest)operation.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.default StopExecutionResponseSfnClient.stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest) Stops an execution.default StopExecutionResponseSfnClient.stopExecution(StopExecutionRequest stopExecutionRequest) Stops an execution.