| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| Modifier and Type | Method and Description |
|---|---|
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 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 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 RegisterDomainResponse |
SwfClient.registerDomain(Consumer<RegisterDomainRequest.Builder> registerDomainRequest)
Registers a new domain.
|
default RegisterDomainResponse |
SwfClient.registerDomain(RegisterDomainRequest registerDomainRequest)
Registers a new 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 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 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 © 2023. All rights reserved.