Uses of Class
com.amazonaws.services.simpleworkflow.model.RespondActivityTaskFailedRequest

Packages that use RespondActivityTaskFailedRequest
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 RespondActivityTaskFailedRequest in com.amazonaws.services.simpleworkflow
 

Methods in com.amazonaws.services.simpleworkflow with parameters of type RespondActivityTaskFailedRequest
 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).
 

Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type RespondActivityTaskFailedRequest
 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).
 

Uses of RespondActivityTaskFailedRequest in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return RespondActivityTaskFailedRequest
 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 © 2016. All rights reserved.