|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Response | |
---|---|
com.amazonaws | |
com.amazonaws.handlers | |
com.amazonaws.http | |
com.amazonaws.metrics | Classes used to support the AWS SDK metrics API. |
Uses of Response in com.amazonaws |
---|
Methods in com.amazonaws with parameters of type Response | |
---|---|
protected void |
AmazonWebServiceClient.endClientExecution(AWSRequestMetrics awsRequestMetrics,
Request<?> request,
Response<?> response)
Convenient method to end the client execution without logging the awsRequestMetrics. |
protected void |
AmazonWebServiceClient.endClientExecution(AWSRequestMetrics awsRequestMetrics,
Request<?> request,
Response<?> response,
boolean loggingAwsRequestMetrics)
Common routine to end a client AWS request/response execution and collect the request metrics. |
Uses of Response in com.amazonaws.handlers |
---|
Methods in com.amazonaws.handlers with parameters of type Response | |
---|---|
abstract void |
RequestHandler2.afterError(Request<?> request,
Response<?> response,
Exception e)
Runs any additional processing logic on a request after it has failed. |
abstract void |
RequestHandler2.afterResponse(Request<?> request,
Response<?> response)
Runs any additional processing logic on the specified request (after is has been executed by the client runtime). |
Uses of Response in com.amazonaws.http |
---|
Methods in com.amazonaws.http that return Response | ||
---|---|---|
|
AmazonHttpClient.execute(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext)
Executes the request and returns the result. |
Uses of Response in com.amazonaws.metrics |
---|
Methods in com.amazonaws.metrics with parameters of type Response | |
---|---|
abstract void |
RequestMetricCollector.collectMetrics(Request<?> request,
Response<?> response)
Used to collect the metric at the end of a request/response cycle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |