| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| Modifier and Type | Method and Description |
|---|---|
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)
Returns the history of the specified execution as a list of events.
|
default GetExecutionHistoryIterable |
SfnClient.getExecutionHistoryPaginator(GetExecutionHistoryRequest getExecutionHistoryRequest)
Returns the history of the specified execution as a list of events.
|
default ListActivitiesResponse |
SfnClient.listActivities()
Lists the existing activities.
|
default ListActivitiesResponse |
SfnClient.listActivities(Consumer<ListActivitiesRequest.Builder> listActivitiesRequest)
Lists the existing activities.
|
default ListActivitiesResponse |
SfnClient.listActivities(ListActivitiesRequest listActivitiesRequest)
Lists the existing activities.
|
default ListActivitiesIterable |
SfnClient.listActivitiesPaginator()
Lists the existing activities.
|
default ListActivitiesIterable |
SfnClient.listActivitiesPaginator(Consumer<ListActivitiesRequest.Builder> listActivitiesRequest)
Lists the existing activities.
|
default ListActivitiesIterable |
SfnClient.listActivitiesPaginator(ListActivitiesRequest listActivitiesRequest)
Lists the existing activities.
|
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 ListMapRunsResponse |
SfnClient.listMapRuns(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default ListMapRunsResponse |
SfnClient.listMapRuns(ListMapRunsRequest listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default ListMapRunsIterable |
SfnClient.listMapRunsPaginator(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default ListMapRunsIterable |
SfnClient.listMapRunsPaginator(ListMapRunsRequest listMapRunsRequest)
Lists all Map Runs that were started by a given state machine execution.
|
default ListStateMachineAliasesResponse |
SfnClient.listStateMachineAliases(Consumer<ListStateMachineAliasesRequest.Builder> listStateMachineAliasesRequest)
Lists aliases for a
specified state machine ARN.
|
default ListStateMachineAliasesResponse |
SfnClient.listStateMachineAliases(ListStateMachineAliasesRequest listStateMachineAliasesRequest)
Lists aliases for a
specified state machine ARN.
|
default ListStateMachinesResponse |
SfnClient.listStateMachines()
Lists the existing state machines.
|
default ListStateMachinesResponse |
SfnClient.listStateMachines(Consumer<ListStateMachinesRequest.Builder> listStateMachinesRequest)
Lists the existing state machines.
|
default ListStateMachinesResponse |
SfnClient.listStateMachines(ListStateMachinesRequest listStateMachinesRequest)
Lists the existing state machines.
|
default ListStateMachinesIterable |
SfnClient.listStateMachinesPaginator()
Lists the existing state machines.
|
default ListStateMachinesIterable |
SfnClient.listStateMachinesPaginator(Consumer<ListStateMachinesRequest.Builder> listStateMachinesRequest)
Lists the existing state machines.
|
default ListStateMachinesIterable |
SfnClient.listStateMachinesPaginator(ListStateMachinesRequest listStateMachinesRequest)
Lists the existing state machines.
|
default ListStateMachineVersionsResponse |
SfnClient.listStateMachineVersions(Consumer<ListStateMachineVersionsRequest.Builder> listStateMachineVersionsRequest)
Lists versions for
the specified state machine Amazon Resource Name (ARN).
|
default ListStateMachineVersionsResponse |
SfnClient.listStateMachineVersions(ListStateMachineVersionsRequest listStateMachineVersionsRequest)
Lists versions for
the specified state machine Amazon Resource Name (ARN).
|
default SendTaskFailureResponse |
SfnClient.sendTaskFailure(Consumer<SendTaskFailureRequest.Builder> sendTaskFailureRequest)
Used by activity workers and task states using the callback pattern to report that the task identified by the
taskToken failed. |
default SendTaskFailureResponse |
SfnClient.sendTaskFailure(SendTaskFailureRequest sendTaskFailureRequest)
Used by activity workers and task states using the callback pattern to report that the task identified by the
taskToken failed. |
default SendTaskHeartbeatResponse |
SfnClient.sendTaskHeartbeat(Consumer<SendTaskHeartbeatRequest.Builder> sendTaskHeartbeatRequest)
Used by activity workers and task states using the callback pattern to report to Step Functions that the task represented by the specified
taskToken is still making progress. |
default SendTaskHeartbeatResponse |
SfnClient.sendTaskHeartbeat(SendTaskHeartbeatRequest sendTaskHeartbeatRequest)
Used by activity workers and task states using the callback pattern to report to Step Functions that the task represented by the specified
taskToken is still making progress. |
default SendTaskSuccessResponse |
SfnClient.sendTaskSuccess(Consumer<SendTaskSuccessRequest.Builder> sendTaskSuccessRequest)
Used by activity workers and task states using the callback pattern to report that the task identified by the
taskToken completed successfully. |
default SendTaskSuccessResponse |
SfnClient.sendTaskSuccess(SendTaskSuccessRequest sendTaskSuccessRequest)
Used by activity workers and task states using the callback pattern to report that the task identified by the
taskToken completed successfully. |
Copyright © 2023. All rights reserved.