| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| Modifier and Type | Method and Description |
|---|---|
default CountClosedWorkflowExecutionsResponse |
SwfClient.countClosedWorkflowExecutions(Consumer<CountClosedWorkflowExecutionsRequest.Builder> countClosedWorkflowExecutionsRequest)
Returns the number of closed workflow executions within the given domain that meet the specified filtering
criteria.
|
default CountClosedWorkflowExecutionsResponse |
SwfClient.countClosedWorkflowExecutions(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest)
Returns the number of closed workflow executions within the given domain that meet the specified filtering
criteria.
|
default CountOpenWorkflowExecutionsResponse |
SwfClient.countOpenWorkflowExecutions(Consumer<CountOpenWorkflowExecutionsRequest.Builder> countOpenWorkflowExecutionsRequest)
Returns the number of open workflow executions within the given domain that meet the specified filtering
criteria.
|
default CountOpenWorkflowExecutionsResponse |
SwfClient.countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest)
Returns the number of open workflow executions within the given domain that meet the specified filtering
criteria.
|
default CountPendingActivityTasksResponse |
SwfClient.countPendingActivityTasks(Consumer<CountPendingActivityTasksRequest.Builder> countPendingActivityTasksRequest)
Returns the estimated number of activity tasks in the specified task list.
|
default CountPendingActivityTasksResponse |
SwfClient.countPendingActivityTasks(CountPendingActivityTasksRequest countPendingActivityTasksRequest)
Returns the estimated number of activity tasks in the specified task list.
|
default CountPendingDecisionTasksResponse |
SwfClient.countPendingDecisionTasks(Consumer<CountPendingDecisionTasksRequest.Builder> countPendingDecisionTasksRequest)
Returns the estimated number of decision tasks in the specified task list.
|
default CountPendingDecisionTasksResponse |
SwfClient.countPendingDecisionTasks(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest)
Returns the estimated number of decision tasks in the specified task list.
|
default DeprecateActivityTypeResponse |
SwfClient.deprecateActivityType(Consumer<DeprecateActivityTypeRequest.Builder> deprecateActivityTypeRequest)
Deprecates the specified activity type.
|
default DeprecateActivityTypeResponse |
SwfClient.deprecateActivityType(DeprecateActivityTypeRequest deprecateActivityTypeRequest)
Deprecates the specified activity type.
|
default DeprecateDomainResponse |
SwfClient.deprecateDomain(Consumer<DeprecateDomainRequest.Builder> deprecateDomainRequest)
Deprecates the specified domain.
|
default DeprecateDomainResponse |
SwfClient.deprecateDomain(DeprecateDomainRequest deprecateDomainRequest)
Deprecates the specified domain.
|
default DeprecateWorkflowTypeResponse |
SwfClient.deprecateWorkflowType(Consumer<DeprecateWorkflowTypeRequest.Builder> deprecateWorkflowTypeRequest)
Deprecates the specified workflow type.
|
default DeprecateWorkflowTypeResponse |
SwfClient.deprecateWorkflowType(DeprecateWorkflowTypeRequest deprecateWorkflowTypeRequest)
Deprecates the specified workflow type.
|
default DescribeActivityTypeResponse |
SwfClient.describeActivityType(Consumer<DescribeActivityTypeRequest.Builder> describeActivityTypeRequest)
Returns information about the specified activity type.
|
default DescribeActivityTypeResponse |
SwfClient.describeActivityType(DescribeActivityTypeRequest describeActivityTypeRequest)
Returns information about the specified activity type.
|
default DescribeDomainResponse |
SwfClient.describeDomain(Consumer<DescribeDomainRequest.Builder> describeDomainRequest)
Returns information about the specified domain, including description and status.
|
default DescribeDomainResponse |
SwfClient.describeDomain(DescribeDomainRequest describeDomainRequest)
Returns information about the specified domain, including description and status.
|
default DescribeWorkflowExecutionResponse |
SwfClient.describeWorkflowExecution(Consumer<DescribeWorkflowExecutionRequest.Builder> describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its type and some statistics.
|
default DescribeWorkflowExecutionResponse |
SwfClient.describeWorkflowExecution(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its type and some statistics.
|
default DescribeWorkflowTypeResponse |
SwfClient.describeWorkflowType(Consumer<DescribeWorkflowTypeRequest.Builder> describeWorkflowTypeRequest)
Returns information about the specified workflow type.
|
default DescribeWorkflowTypeResponse |
SwfClient.describeWorkflowType(DescribeWorkflowTypeRequest describeWorkflowTypeRequest)
Returns information about the specified workflow type.
|
default GetWorkflowExecutionHistoryResponse |
SwfClient.getWorkflowExecutionHistory(Consumer<GetWorkflowExecutionHistoryRequest.Builder> getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
default GetWorkflowExecutionHistoryResponse |
SwfClient.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
default GetWorkflowExecutionHistoryIterable |
SwfClient.getWorkflowExecutionHistoryPaginator(Consumer<GetWorkflowExecutionHistoryRequest.Builder> getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
default GetWorkflowExecutionHistoryIterable |
SwfClient.getWorkflowExecutionHistoryPaginator(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
default ListActivityTypesResponse |
SwfClient.listActivityTypes(Consumer<ListActivityTypesRequest.Builder> listActivityTypesRequest)
Returns information about all activities registered in the specified domain that match the specified name and
registration status.
|
default ListActivityTypesResponse |
SwfClient.listActivityTypes(ListActivityTypesRequest listActivityTypesRequest)
Returns information about all activities registered in the specified domain that match the specified name and
registration status.
|
default ListActivityTypesIterable |
SwfClient.listActivityTypesPaginator(Consumer<ListActivityTypesRequest.Builder> listActivityTypesRequest)
Returns information about all activities registered in the specified domain that match the specified name and
registration status.
|
default ListActivityTypesIterable |
SwfClient.listActivityTypesPaginator(ListActivityTypesRequest listActivityTypesRequest)
Returns information about all activities registered in the specified domain that match the specified name and
registration status.
|
default ListClosedWorkflowExecutionsResponse |
SwfClient.listClosedWorkflowExecutions(Consumer<ListClosedWorkflowExecutionsRequest.Builder> listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
default ListClosedWorkflowExecutionsResponse |
SwfClient.listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
default ListClosedWorkflowExecutionsIterable |
SwfClient.listClosedWorkflowExecutionsPaginator(Consumer<ListClosedWorkflowExecutionsRequest.Builder> listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
default ListClosedWorkflowExecutionsIterable |
SwfClient.listClosedWorkflowExecutionsPaginator(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
default ListOpenWorkflowExecutionsResponse |
SwfClient.listOpenWorkflowExecutions(Consumer<ListOpenWorkflowExecutionsRequest.Builder> listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
|
default ListOpenWorkflowExecutionsResponse |
SwfClient.listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
|
default ListOpenWorkflowExecutionsIterable |
SwfClient.listOpenWorkflowExecutionsPaginator(Consumer<ListOpenWorkflowExecutionsRequest.Builder> listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
|
default ListOpenWorkflowExecutionsIterable |
SwfClient.listOpenWorkflowExecutionsPaginator(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
|
default ListTagsForResourceResponse |
SwfClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List tags for a given domain.
|
default ListTagsForResourceResponse |
SwfClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List tags for a given domain.
|
default ListWorkflowTypesResponse |
SwfClient.listWorkflowTypes(Consumer<ListWorkflowTypesRequest.Builder> listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
default ListWorkflowTypesResponse |
SwfClient.listWorkflowTypes(ListWorkflowTypesRequest listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
default ListWorkflowTypesIterable |
SwfClient.listWorkflowTypesPaginator(Consumer<ListWorkflowTypesRequest.Builder> listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
default ListWorkflowTypesIterable |
SwfClient.listWorkflowTypesPaginator(ListWorkflowTypesRequest listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
default PollForActivityTaskResponse |
SwfClient.pollForActivityTask(Consumer<PollForActivityTaskRequest.Builder> pollForActivityTaskRequest)
Used by workers to get an ActivityTask from the specified activity
taskList. |
default PollForActivityTaskResponse |
SwfClient.pollForActivityTask(PollForActivityTaskRequest pollForActivityTaskRequest)
Used by workers to get an ActivityTask from the specified activity
taskList. |
default PollForDecisionTaskResponse |
SwfClient.pollForDecisionTask(Consumer<PollForDecisionTaskRequest.Builder> pollForDecisionTaskRequest)
Used by deciders to get a DecisionTask from the specified decision
taskList. |
default PollForDecisionTaskResponse |
SwfClient.pollForDecisionTask(PollForDecisionTaskRequest pollForDecisionTaskRequest)
Used by deciders to get a DecisionTask from the specified decision
taskList. |
default PollForDecisionTaskIterable |
SwfClient.pollForDecisionTaskPaginator(Consumer<PollForDecisionTaskRequest.Builder> pollForDecisionTaskRequest)
Used by deciders to get a DecisionTask from the specified decision
taskList. |
default PollForDecisionTaskIterable |
SwfClient.pollForDecisionTaskPaginator(PollForDecisionTaskRequest pollForDecisionTaskRequest)
Used by deciders to get a DecisionTask from the specified decision
taskList. |
default RecordActivityTaskHeartbeatResponse |
SwfClient.recordActivityTaskHeartbeat(Consumer<RecordActivityTaskHeartbeatRequest.Builder> recordActivityTaskHeartbeatRequest)
Used by activity workers to report to the service that the ActivityTask represented by the specified
taskToken is still making progress. |
default RecordActivityTaskHeartbeatResponse |
SwfClient.recordActivityTaskHeartbeat(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest)
Used by activity workers to report to the service that the ActivityTask represented by the specified
taskToken is still making progress. |
default RegisterActivityTypeResponse |
SwfClient.registerActivityType(Consumer<RegisterActivityTypeRequest.Builder> registerActivityTypeRequest)
Registers a new activity type along with its configuration settings in the specified domain.
|
default RegisterActivityTypeResponse |
SwfClient.registerActivityType(RegisterActivityTypeRequest registerActivityTypeRequest)
Registers a new activity type along with its configuration settings in the specified domain.
|
default RegisterWorkflowTypeResponse |
SwfClient.registerWorkflowType(Consumer<RegisterWorkflowTypeRequest.Builder> registerWorkflowTypeRequest)
Registers a new workflow type and its configuration settings in the specified domain.
|
default RegisterWorkflowTypeResponse |
SwfClient.registerWorkflowType(RegisterWorkflowTypeRequest registerWorkflowTypeRequest)
Registers a new workflow type and its configuration settings in the specified domain.
|
default RequestCancelWorkflowExecutionResponse |
SwfClient.requestCancelWorkflowExecution(Consumer<RequestCancelWorkflowExecutionRequest.Builder> requestCancelWorkflowExecutionRequest)
Records a
WorkflowExecutionCancelRequested event in the currently running workflow execution
identified by the given domain, workflowId, and runId. |
default RequestCancelWorkflowExecutionResponse |
SwfClient.requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
Records a
WorkflowExecutionCancelRequested event in the currently running workflow execution
identified by the given domain, workflowId, and runId. |
default RespondActivityTaskCanceledResponse |
SwfClient.respondActivityTaskCanceled(Consumer<RespondActivityTaskCanceledRequest.Builder> respondActivityTaskCanceledRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken was
successfully canceled. |
default RespondActivityTaskCanceledResponse |
SwfClient.respondActivityTaskCanceled(RespondActivityTaskCanceledRequest respondActivityTaskCanceledRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken was
successfully canceled. |
default RespondActivityTaskCompletedResponse |
SwfClient.respondActivityTaskCompleted(Consumer<RespondActivityTaskCompletedRequest.Builder> respondActivityTaskCompletedRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken
completed successfully with a result (if provided). |
default RespondActivityTaskCompletedResponse |
SwfClient.respondActivityTaskCompleted(RespondActivityTaskCompletedRequest respondActivityTaskCompletedRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken
completed successfully with a result (if provided). |
default RespondActivityTaskFailedResponse |
SwfClient.respondActivityTaskFailed(Consumer<RespondActivityTaskFailedRequest.Builder> respondActivityTaskFailedRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken has
failed with reason (if specified). |
default RespondActivityTaskFailedResponse |
SwfClient.respondActivityTaskFailed(RespondActivityTaskFailedRequest respondActivityTaskFailedRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken has
failed with reason (if specified). |
default RespondDecisionTaskCompletedResponse |
SwfClient.respondDecisionTaskCompleted(Consumer<RespondDecisionTaskCompletedRequest.Builder> respondDecisionTaskCompletedRequest)
Used by deciders to tell the service that the DecisionTask identified by the
taskToken has
successfully completed. |
default RespondDecisionTaskCompletedResponse |
SwfClient.respondDecisionTaskCompleted(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest)
Used by deciders to tell the service that the DecisionTask identified by the
taskToken has
successfully completed. |
default SignalWorkflowExecutionResponse |
SwfClient.signalWorkflowExecution(Consumer<SignalWorkflowExecutionRequest.Builder> signalWorkflowExecutionRequest)
Records a
WorkflowExecutionSignaled event in the workflow execution history and creates a decision
task for the workflow execution identified by the given domain, workflowId and runId. |
default SignalWorkflowExecutionResponse |
SwfClient.signalWorkflowExecution(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest)
Records a
WorkflowExecutionSignaled event in the workflow execution history and creates a decision
task for the workflow execution identified by the given domain, workflowId and runId. |
default StartWorkflowExecutionResponse |
SwfClient.startWorkflowExecution(Consumer<StartWorkflowExecutionRequest.Builder> startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the provided
workflowId and
input data. |
default StartWorkflowExecutionResponse |
SwfClient.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the provided
workflowId and
input data. |
default TagResourceResponse |
SwfClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Add a tag to a Amazon SWF domain.
|
default TagResourceResponse |
SwfClient.tagResource(TagResourceRequest tagResourceRequest)
Add a tag to a Amazon SWF domain.
|
default TerminateWorkflowExecutionResponse |
SwfClient.terminateWorkflowExecution(Consumer<TerminateWorkflowExecutionRequest.Builder> terminateWorkflowExecutionRequest)
Records a
WorkflowExecutionTerminated event and forces closure of the workflow execution identified
by the given domain, runId, and workflowId. |
default TerminateWorkflowExecutionResponse |
SwfClient.terminateWorkflowExecution(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)
Records a
WorkflowExecutionTerminated event and forces closure of the workflow execution identified
by the given domain, runId, and workflowId. |
default UndeprecateActivityTypeResponse |
SwfClient.undeprecateActivityType(Consumer<UndeprecateActivityTypeRequest.Builder> undeprecateActivityTypeRequest)
Undeprecates a previously deprecated activity type.
|
default UndeprecateActivityTypeResponse |
SwfClient.undeprecateActivityType(UndeprecateActivityTypeRequest undeprecateActivityTypeRequest)
Undeprecates a previously deprecated activity type.
|
default UndeprecateDomainResponse |
SwfClient.undeprecateDomain(Consumer<UndeprecateDomainRequest.Builder> undeprecateDomainRequest)
Undeprecates a previously deprecated domain.
|
default UndeprecateDomainResponse |
SwfClient.undeprecateDomain(UndeprecateDomainRequest undeprecateDomainRequest)
Undeprecates a previously deprecated domain.
|
default UndeprecateWorkflowTypeResponse |
SwfClient.undeprecateWorkflowType(Consumer<UndeprecateWorkflowTypeRequest.Builder> undeprecateWorkflowTypeRequest)
Undeprecates a previously deprecated workflow type.
|
default UndeprecateWorkflowTypeResponse |
SwfClient.undeprecateWorkflowType(UndeprecateWorkflowTypeRequest undeprecateWorkflowTypeRequest)
Undeprecates a previously deprecated workflow type.
|
default UntagResourceResponse |
SwfClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Remove a tag from a Amazon SWF domain.
|
default UntagResourceResponse |
SwfClient.untagResource(UntagResourceRequest untagResourceRequest)
Remove a tag from a Amazon SWF domain.
|
Copyright © 2022. All rights reserved.