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.respondActivityTaskFailed(RespondActivityTaskFailedRequest respondActivityTaskFailedRequest)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken has failed with reason (if
specified). |
void |
AmazonSimpleWorkflowClient.respondActivityTaskFailed(RespondActivityTaskFailedRequest respondActivityTaskFailedRequest)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken has failed with reason (if
specified). |
Future<Void> |
AmazonSimpleWorkflowAsync.respondActivityTaskFailedAsync(RespondActivityTaskFailedRequest respondActivityTaskFailedRequest)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken has failed with reason (if
specified). |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.respondActivityTaskFailedAsync(RespondActivityTaskFailedRequest respondActivityTaskFailedRequest)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken has failed with reason (if
specified). |
Future<Void> |
AmazonSimpleWorkflowAsync.respondActivityTaskFailedAsync(RespondActivityTaskFailedRequest respondActivityTaskFailedRequest,
AsyncHandler<RespondActivityTaskFailedRequest,Void> asyncHandler)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken has failed with reason (if
specified). |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.respondActivityTaskFailedAsync(RespondActivityTaskFailedRequest respondActivityTaskFailedRequest,
AsyncHandler<RespondActivityTaskFailedRequest,Void> asyncHandler)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken has failed with reason (if
specified). |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSimpleWorkflowAsync.respondActivityTaskFailedAsync(RespondActivityTaskFailedRequest respondActivityTaskFailedRequest,
AsyncHandler<RespondActivityTaskFailedRequest,Void> asyncHandler)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken has failed with reason (if
specified). |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.respondActivityTaskFailedAsync(RespondActivityTaskFailedRequest respondActivityTaskFailedRequest,
AsyncHandler<RespondActivityTaskFailedRequest,Void> asyncHandler)
Used by workers to tell the service that the ActivityTask identified
by the
taskToken has failed with reason (if
specified). |
Modifier and Type | Method and Description |
---|---|
RespondActivityTaskFailedRequest |
RespondActivityTaskFailedRequest.withDetails(String details)
Optional detailed information about the failure.
|
RespondActivityTaskFailedRequest |
RespondActivityTaskFailedRequest.withReason(String reason)
Description of the error that may assist in diagnostics.
|
RespondActivityTaskFailedRequest |
RespondActivityTaskFailedRequest.withTaskToken(String taskToken)
The
taskToken of the ActivityTask. |
Copyright © 2014. All rights reserved.