| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateStateMachineResponse |
SfnClient.createStateMachine(Consumer<CreateStateMachineRequest.Builder> createStateMachineRequest)
Creates a state machine.
|
default CreateStateMachineResponse |
SfnClient.createStateMachine(CreateStateMachineRequest createStateMachineRequest)
Creates a state machine.
|
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 © 2018. All rights reserved.