default CreateActivityResponse |
SfnClient.createActivity(Consumer<CreateActivityRequest.Builder> createActivityRequest) |
Creates an activity.
|
default CreateActivityResponse |
SfnClient.createActivity(CreateActivityRequest createActivityRequest) |
Creates an activity.
|
default CreateStateMachineResponse |
SfnClient.createStateMachine(Consumer<CreateStateMachineRequest.Builder> createStateMachineRequest) |
Creates a state machine.
|
default CreateStateMachineResponse |
SfnClient.createStateMachine(CreateStateMachineRequest createStateMachineRequest) |
Creates a state machine.
|
default DescribeExecutionResponse |
SfnClient.describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest) |
Provides information about a state machine execution, such as the state machine associated with the execution,
the execution input and output, and relevant execution metadata.
|
default DescribeExecutionResponse |
SfnClient.describeExecution(DescribeExecutionRequest describeExecutionRequest) |
Provides information about a state machine execution, such as the state machine associated with the execution,
the execution input and output, and relevant execution metadata.
|
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 DescribeStateMachineForExecutionResponse |
SfnClient.describeStateMachineForExecution(Consumer<DescribeStateMachineForExecutionRequest.Builder> describeStateMachineForExecutionRequest) |
Provides information about a state machine's definition, its execution role ARN, and configuration.
|
default DescribeStateMachineForExecutionResponse |
SfnClient.describeStateMachineForExecution(DescribeStateMachineForExecutionRequest describeStateMachineForExecutionRequest) |
Provides information about a state machine's definition, its execution role ARN, and configuration.
|
default GetActivityTaskResponse |
SfnClient.getActivityTask(Consumer<GetActivityTaskRequest.Builder> getActivityTaskRequest) |
Used by workers to retrieve a task (with the specified activity ARN) which has been scheduled for execution by a
running state machine.
|
default GetActivityTaskResponse |
SfnClient.getActivityTask(GetActivityTaskRequest getActivityTaskRequest) |
Used by workers to retrieve a task (with the specified activity ARN) which has been scheduled for execution by a
running state machine.
|
default GetExecutionHistoryResponse |
SfnClient.getExecutionHistory(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest) |
Returns the history of the specified execution as a list of events.
|
default GetExecutionHistoryResponse |
SfnClient.getExecutionHistory(GetExecutionHistoryRequest getExecutionHistoryRequest) |
Returns the history of the specified execution as a list of events.
|
default GetExecutionHistoryIterable |
SfnClient.getExecutionHistoryPaginator(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest) |
|
default GetExecutionHistoryIterable |
SfnClient.getExecutionHistoryPaginator(GetExecutionHistoryRequest getExecutionHistoryRequest) |
|
default SendTaskFailureResponse |
SfnClient.sendTaskFailure(Consumer<SendTaskFailureRequest.Builder> sendTaskFailureRequest) |
Used by activity workers, Task states using the callback pattern, and optionally Task states using the job run
pattern to report that the task identified by the taskToken failed.
|
default SendTaskFailureResponse |
SfnClient.sendTaskFailure(SendTaskFailureRequest sendTaskFailureRequest) |
Used by activity workers, Task states using the callback pattern, and optionally Task states using the job run
pattern to report that the task identified by the taskToken failed.
|
default SendTaskSuccessResponse |
SfnClient.sendTaskSuccess(Consumer<SendTaskSuccessRequest.Builder> sendTaskSuccessRequest) |
Used by activity workers, Task states using the callback pattern, and optionally Task states using the job run
pattern to report that the task identified by the taskToken completed successfully.
|
default SendTaskSuccessResponse |
SfnClient.sendTaskSuccess(SendTaskSuccessRequest sendTaskSuccessRequest) |
Used by activity workers, Task states using the callback pattern, and optionally Task states using the job run
pattern to report that the task identified by the taskToken completed successfully.
|
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 StopExecutionResponse |
SfnClient.stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest) |
Stops an execution.
|
default StopExecutionResponse |
SfnClient.stopExecution(StopExecutionRequest stopExecutionRequest) |
Stops an execution.
|
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.
|