Package | Description |
---|---|
com.amazonaws.services.simpleworkflow |
Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow.
|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonSimpleWorkflow.respondActivityTaskCompleted(RespondActivityTaskCompletedRequest respondActivityTaskCompletedRequest)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken completed successfully with a
result (if provided). |
void |
AmazonSimpleWorkflowClient.respondActivityTaskCompleted(RespondActivityTaskCompletedRequest respondActivityTaskCompletedRequest)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken completed successfully with a
result (if provided). |
Future<Void> |
AmazonSimpleWorkflowAsync.respondActivityTaskCompletedAsync(RespondActivityTaskCompletedRequest respondActivityTaskCompletedRequest)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken completed successfully with a
result (if provided). |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.respondActivityTaskCompletedAsync(RespondActivityTaskCompletedRequest respondActivityTaskCompletedRequest)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken completed successfully with a
result (if provided). |
Future<Void> |
AmazonSimpleWorkflowAsync.respondActivityTaskCompletedAsync(RespondActivityTaskCompletedRequest respondActivityTaskCompletedRequest,
AsyncHandler<RespondActivityTaskCompletedRequest,Void> asyncHandler)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken completed successfully with a
result (if provided). |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.respondActivityTaskCompletedAsync(RespondActivityTaskCompletedRequest respondActivityTaskCompletedRequest,
AsyncHandler<RespondActivityTaskCompletedRequest,Void> asyncHandler)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken completed successfully with a
result (if provided). |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSimpleWorkflowAsync.respondActivityTaskCompletedAsync(RespondActivityTaskCompletedRequest respondActivityTaskCompletedRequest,
AsyncHandler<RespondActivityTaskCompletedRequest,Void> asyncHandler)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken completed successfully with a
result (if provided). |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.respondActivityTaskCompletedAsync(RespondActivityTaskCompletedRequest respondActivityTaskCompletedRequest,
AsyncHandler<RespondActivityTaskCompletedRequest,Void> asyncHandler)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken completed successfully with a
result (if provided). |
Modifier and Type | Method and Description |
---|---|
RespondActivityTaskCompletedRequest |
RespondActivityTaskCompletedRequest.withResult(String result)
The result of the activity task.
|
RespondActivityTaskCompletedRequest |
RespondActivityTaskCompletedRequest.withTaskToken(String taskToken)
The
taskToken of the ActivityTask. |
Copyright © 2014. All rights reserved.