| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeStateMachineResponse |
SfnClient.describeStateMachine(Consumer<DescribeStateMachineRequest.Builder> describeStateMachineRequest)
Describes a state machine.
|
default DescribeStateMachineResponse |
SfnClient.describeStateMachine(DescribeStateMachineRequest describeStateMachineRequest)
Describes a state machine.
|
default ListExecutionsResponse |
SfnClient.listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Lists the executions of a state machine that meet the filtering criteria.
|
default ListExecutionsResponse |
SfnClient.listExecutions(ListExecutionsRequest listExecutionsRequest)
Lists the executions of a state machine that meet the filtering criteria.
|
default ListExecutionsIterable |
SfnClient.listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Lists the executions of a state machine that meet the filtering criteria.
|
default ListExecutionsIterable |
SfnClient.listExecutionsPaginator(ListExecutionsRequest listExecutionsRequest)
Lists the executions of a state machine that meet the filtering criteria.
|
default StartExecutionResponse |
SfnClient.startExecution(Consumer<StartExecutionRequest.Builder> startExecutionRequest)
Starts a state machine execution.
|
default StartExecutionResponse |
SfnClient.startExecution(StartExecutionRequest startExecutionRequest)
Starts a state machine execution.
|
default UpdateStateMachineResponse |
SfnClient.updateStateMachine(Consumer<UpdateStateMachineRequest.Builder> updateStateMachineRequest)
Updates an existing state machine by modifying its
definition and/or roleArn. |
default UpdateStateMachineResponse |
SfnClient.updateStateMachine(UpdateStateMachineRequest updateStateMachineRequest)
Updates an existing state machine by modifying its
definition and/or roleArn. |
Copyright © 2019. All rights reserved.