| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeStateMachineResponse |
SfnClient.describeStateMachine(Consumer<DescribeStateMachineRequest.Builder> describeStateMachineRequest)
Provides information about a state machine's definition, its IAM role Amazon Resource Name (ARN), and
configuration.
|
default DescribeStateMachineResponse |
SfnClient.describeStateMachine(DescribeStateMachineRequest describeStateMachineRequest)
Provides information about a state machine's definition, its IAM role Amazon Resource Name (ARN), and
configuration.
|
default ListExecutionsResponse |
SfnClient.listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Lists all executions of a state machine or a Map Run.
|
default ListExecutionsResponse |
SfnClient.listExecutions(ListExecutionsRequest listExecutionsRequest)
Lists all executions of a state machine or a Map Run.
|
default ListExecutionsIterable |
SfnClient.listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Lists all executions of a state machine or a Map Run.
|
default ListExecutionsIterable |
SfnClient.listExecutionsPaginator(ListExecutionsRequest listExecutionsRequest)
Lists all executions of a state machine or a Map Run.
|
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 StartSyncExecutionResponse |
SfnClient.startSyncExecution(Consumer<StartSyncExecutionRequest.Builder> startSyncExecutionRequest)
Starts a Synchronous Express state machine execution.
|
default StartSyncExecutionResponse |
SfnClient.startSyncExecution(StartSyncExecutionRequest startSyncExecutionRequest)
Starts a Synchronous Express state machine execution.
|
default UpdateStateMachineResponse |
SfnClient.updateStateMachine(Consumer<UpdateStateMachineRequest.Builder> updateStateMachineRequest)
Updates an existing state machine by modifying its
definition, roleArn, or
loggingConfiguration. |
default UpdateStateMachineResponse |
SfnClient.updateStateMachine(UpdateStateMachineRequest updateStateMachineRequest)
Updates an existing state machine by modifying its
definition, roleArn, or
loggingConfiguration. |
Copyright © 2023. All rights reserved.