| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeExecutionResponse |
SfnClient.describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest)
Describes an execution.
|
default DescribeExecutionResponse |
SfnClient.describeExecution(DescribeExecutionRequest describeExecutionRequest)
Describes an execution.
|
default DescribeStateMachineForExecutionResponse |
SfnClient.describeStateMachineForExecution(Consumer<DescribeStateMachineForExecutionRequest.Builder> describeStateMachineForExecutionRequest)
Describes the state machine associated with a specific execution.
|
default DescribeStateMachineForExecutionResponse |
SfnClient.describeStateMachineForExecution(DescribeStateMachineForExecutionRequest describeStateMachineForExecutionRequest)
Describes the state machine associated with a specific execution.
|
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 StopExecutionResponse |
SfnClient.stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest)
Stops an execution.
|
default StopExecutionResponse |
SfnClient.stopExecution(StopExecutionRequest stopExecutionRequest)
Stops an execution.
|
Copyright © 2021. All rights reserved.