| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
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 DeleteActivityResponse |
SfnClient.deleteActivity(Consumer<DeleteActivityRequest.Builder> deleteActivityRequest)
Deletes an activity.
|
default DeleteActivityResponse |
SfnClient.deleteActivity(DeleteActivityRequest deleteActivityRequest)
Deletes an activity.
|
default DeleteStateMachineResponse |
SfnClient.deleteStateMachine(Consumer<DeleteStateMachineRequest.Builder> deleteStateMachineRequest)
Deletes a state machine.
|
default DeleteStateMachineResponse |
SfnClient.deleteStateMachine(DeleteStateMachineRequest deleteStateMachineRequest)
Deletes a state machine.
|
default DescribeActivityResponse |
SfnClient.describeActivity(Consumer<DescribeActivityRequest.Builder> describeActivityRequest)
Describes an activity.
|
default DescribeActivityResponse |
SfnClient.describeActivity(DescribeActivityRequest describeActivityRequest)
Describes an activity.
|
default DescribeExecutionResponse |
SfnClient.describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest)
Provides all 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 all 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 DescribeMapRunResponse |
SfnClient.describeMapRun(Consumer<DescribeMapRunRequest.Builder> describeMapRunRequest)
Provides information about a Map Run's configuration, progress, and results.
|
default DescribeMapRunResponse |
SfnClient.describeMapRun(DescribeMapRunRequest describeMapRunRequest)
Provides information about a Map Run's configuration, progress, and results.
|
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)
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 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 ListTagsForResourceResponse |
SfnClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List tags for a given resource.
|
default ListTagsForResourceResponse |
SfnClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List tags for a given resource.
|
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. |
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 TagResourceResponse |
SfnClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Add a tag to a Step Functions resource.
|
default TagResourceResponse |
SfnClient.tagResource(TagResourceRequest tagResourceRequest)
Add a tag to a Step Functions resource.
|
default UntagResourceResponse |
SfnClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Remove a tag from a Step Functions resource
|
default UntagResourceResponse |
SfnClient.untagResource(UntagResourceRequest untagResourceRequest)
Remove a tag from a Step Functions resource
|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityDoesNotExistException
The specified activity does not exist.
|
class |
ActivityLimitExceededException
The maximum number of activities has been reached.
|
class |
ActivityWorkerLimitExceededException
The maximum number of workers concurrently polling for activity tasks has been reached.
|
class |
ExecutionAlreadyExistsException
The execution has the same
name as another execution (but a different input). |
class |
ExecutionDoesNotExistException
The specified execution does not exist.
|
class |
ExecutionLimitExceededException
The maximum number of running executions has been reached.
|
class |
InvalidArnException
The provided Amazon Resource Name (ARN) is not valid.
|
class |
InvalidDefinitionException
The provided Amazon States Language definition is not valid.
|
class |
InvalidExecutionInputException
The provided JSON input data is not valid.
|
class |
InvalidLoggingConfigurationException
|
class |
InvalidNameException
The provided name is not valid.
|
class |
InvalidOutputException
The provided JSON output data is not valid.
|
class |
InvalidTokenException
The provided token is not valid.
|
class |
InvalidTracingConfigurationException
Your
tracingConfiguration key does not match, or enabled has not been set to
true or false. |
class |
MissingRequiredParameterException
Request is missing a required parameter.
|
class |
ResourceNotFoundException
Could not find the referenced resource.
|
class |
StateMachineAlreadyExistsException
A state machine with the same name but a different definition or role ARN already exists.
|
class |
StateMachineDeletingException
The specified state machine is being deleted.
|
class |
StateMachineDoesNotExistException
The specified state machine does not exist.
|
class |
StateMachineLimitExceededException
The maximum number of state machines has been reached.
|
class |
StateMachineTypeNotSupportedException
|
class |
TaskDoesNotExistException |
class |
TaskTimedOutException |
class |
TooManyTagsException
You've exceeded the number of tags allowed for a resource.
|
class |
ValidationException
The input does not satisfy the constraints specified by an Amazon Web Services service.
|
| Modifier and Type | Method and Description |
|---|---|
SfnException |
SfnException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(SfnException ex) |
Copyright © 2023. All rights reserved.