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.respondActivityTaskCanceled(RespondActivityTaskCanceledRequest respondActivityTaskCanceledRequest)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken was successfully canceled. |
void |
AmazonSimpleWorkflowClient.respondActivityTaskCanceled(RespondActivityTaskCanceledRequest respondActivityTaskCanceledRequest)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken was successfully canceled. |
Future<Void> |
AmazonSimpleWorkflowAsync.respondActivityTaskCanceledAsync(RespondActivityTaskCanceledRequest respondActivityTaskCanceledRequest)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken was successfully canceled. |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.respondActivityTaskCanceledAsync(RespondActivityTaskCanceledRequest respondActivityTaskCanceledRequest)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken was successfully canceled. |
Future<Void> |
AmazonSimpleWorkflowAsync.respondActivityTaskCanceledAsync(RespondActivityTaskCanceledRequest respondActivityTaskCanceledRequest,
AsyncHandler<RespondActivityTaskCanceledRequest,Void> asyncHandler)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken was successfully canceled. |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.respondActivityTaskCanceledAsync(RespondActivityTaskCanceledRequest respondActivityTaskCanceledRequest,
AsyncHandler<RespondActivityTaskCanceledRequest,Void> asyncHandler)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken was successfully canceled. |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSimpleWorkflowAsync.respondActivityTaskCanceledAsync(RespondActivityTaskCanceledRequest respondActivityTaskCanceledRequest,
AsyncHandler<RespondActivityTaskCanceledRequest,Void> asyncHandler)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken was successfully canceled. |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.respondActivityTaskCanceledAsync(RespondActivityTaskCanceledRequest respondActivityTaskCanceledRequest,
AsyncHandler<RespondActivityTaskCanceledRequest,Void> asyncHandler)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken was successfully canceled. |
Modifier and Type | Method and Description |
---|---|
RespondActivityTaskCanceledRequest |
RespondActivityTaskCanceledRequest.withDetails(String details)
Optional information about the cancellation.
|
RespondActivityTaskCanceledRequest |
RespondActivityTaskCanceledRequest.withTaskToken(String taskToken)
The
taskToken of the ActivityTask. |
Copyright © 2014. All rights reserved.