| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.paginators | |
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PollForDecisionTaskResponse> |
SwfAsyncClient.pollForDecisionTask(PollForDecisionTaskRequest 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 PollForDecisionTaskPublisher |
SwfAsyncClient.pollForDecisionTaskPaginator(PollForDecisionTaskRequest 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. |
| Constructor and Description |
|---|
PollForDecisionTaskIterable(SwfClient client,
PollForDecisionTaskRequest firstRequest) |
PollForDecisionTaskPublisher(SwfAsyncClient client,
PollForDecisionTaskRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
PollForDecisionTaskRequestMarshaller.marshall(PollForDecisionTaskRequest pollForDecisionTaskRequest) |
Copyright © 2023. All rights reserved.