|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RespondActivityTaskCompletedRequest | |
---|---|
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. |
Uses of RespondActivityTaskCompletedRequest in com.amazonaws.services.simpleworkflow |
---|
Methods in com.amazonaws.services.simpleworkflow with parameters of type RespondActivityTaskCompletedRequest | |
---|---|
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). |
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). |
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)
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). |
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). |
Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type RespondActivityTaskCompletedRequest | |
---|---|
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). |
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). |
Uses of RespondActivityTaskCompletedRequest in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return RespondActivityTaskCompletedRequest | |
---|---|
RespondActivityTaskCompletedRequest |
RespondActivityTaskCompletedRequest.withResult(String result)
The result of the activity task. |
RespondActivityTaskCompletedRequest |
RespondActivityTaskCompletedRequest.withTaskToken(String taskToken)
The taskToken of the ActivityTask. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |