default CreateStateMachineResponse |
SfnClient.createStateMachine(Consumer<CreateStateMachineRequest.Builder> createStateMachineRequest) |
Creates a state machine.
|
default CreateStateMachineResponse |
SfnClient.createStateMachine(CreateStateMachineRequest createStateMachineRequest) |
Creates a state machine.
|
default TestStateResponse |
SfnClient.testState(Consumer<TestStateRequest.Builder> testStateRequest) |
Accepts the definition of a single state and executes it.
|
default TestStateResponse |
SfnClient.testState(TestStateRequest testStateRequest) |
Accepts the definition of a single state and executes it.
|
default UpdateStateMachineResponse |
SfnClient.updateStateMachine(Consumer<UpdateStateMachineRequest.Builder> updateStateMachineRequest) |
Updates an existing state machine by modifying its definition, roleArn,
loggingConfiguration, or EncryptionConfiguration.
|
default UpdateStateMachineResponse |
SfnClient.updateStateMachine(UpdateStateMachineRequest updateStateMachineRequest) |
Updates an existing state machine by modifying its definition, roleArn,
loggingConfiguration, or EncryptionConfiguration.
|