| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeExecutionResponse |
SfnClient.describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest)
Provides all 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 DescribeExecutionResponse |
SfnClient.describeExecution(DescribeExecutionRequest describeExecutionRequest)
Provides all 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 DescribeStateMachineForExecutionResponse |
SfnClient.describeStateMachineForExecution(Consumer<DescribeStateMachineForExecutionRequest.Builder> describeStateMachineForExecutionRequest)
Provides information about a state machine's definition, its execution role ARN, and configuration.
|
default DescribeStateMachineForExecutionResponse |
SfnClient.describeStateMachineForExecution(DescribeStateMachineForExecutionRequest describeStateMachineForExecutionRequest)
Provides information about a state machine's definition, its execution role ARN, and configuration.
|
default GetExecutionHistoryResponse |
SfnClient.getExecutionHistory(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest)
Returns the history of the specified execution as a list of events.
|
default GetExecutionHistoryResponse |
SfnClient.getExecutionHistory(GetExecutionHistoryRequest getExecutionHistoryRequest)
Returns the history of the specified execution as a list of events.
|
default GetExecutionHistoryIterable |
SfnClient.getExecutionHistoryPaginator(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest)
Returns the history of the specified execution as a list of events.
|
default GetExecutionHistoryIterable |
SfnClient.getExecutionHistoryPaginator(GetExecutionHistoryRequest getExecutionHistoryRequest)
Returns the history of the specified execution as a list of events.
|
default ListMapRunsResponse |
SfnClient.listMapRuns(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default ListMapRunsResponse |
SfnClient.listMapRuns(ListMapRunsRequest listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default ListMapRunsIterable |
SfnClient.listMapRunsPaginator(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default ListMapRunsIterable |
SfnClient.listMapRunsPaginator(ListMapRunsRequest listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default StopExecutionResponse |
SfnClient.stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest)
Stops an execution.
|
default StopExecutionResponse |
SfnClient.stopExecution(StopExecutionRequest stopExecutionRequest)
Stops an execution.
|
Copyright © 2023. All rights reserved.