| 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.
|
| com.amazonaws.services.simpleworkflow.model.transform |
Marhsalling for the various types represented by AmazonSimpleWorkflow.
|
| Modifier and Type | Method and Description |
|---|---|
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). |
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). |
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)
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). |
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). |
| Modifier and Type | Method and Description |
|---|---|
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). |
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). |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
Request<RespondActivityTaskFailedRequest> |
RespondActivityTaskFailedRequestMarshaller.marshall(RespondActivityTaskFailedRequest respondActivityTaskFailedRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<RespondActivityTaskFailedRequest> |
RespondActivityTaskFailedRequestMarshaller.marshall(RespondActivityTaskFailedRequest respondActivityTaskFailedRequest) |
Copyright © 2016. All rights reserved.