| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteStateMachineResponse |
SfnClient.deleteStateMachine(Consumer<DeleteStateMachineRequest.Builder> deleteStateMachineRequest)
Deletes a state machine.
|
default DeleteStateMachineResponse |
SfnClient.deleteStateMachine(DeleteStateMachineRequest deleteStateMachineRequest)
Deletes a state machine.
|
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 StopExecutionResponse |
SfnClient.stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest)
Stops an execution.
|
default StopExecutionResponse |
SfnClient.stopExecution(StopExecutionRequest stopExecutionRequest)
Stops an execution.
|
default UpdateMapRunResponse |
SfnClient.updateMapRun(Consumer<UpdateMapRunRequest.Builder> updateMapRunRequest)
Updates an in-progress Map Run's configuration to include changes to the settings that control maximum
concurrency and Map Run failure.
|
default UpdateMapRunResponse |
SfnClient.updateMapRun(UpdateMapRunRequest updateMapRunRequest)
Updates an in-progress Map Run's configuration to include changes to the settings that control maximum
concurrency and Map Run failure.
|
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 © 2022. All rights reserved.