Uses of Class
com.amazonaws.AmazonWebServiceResponse
-
Packages that use AmazonWebServiceResponse Package Description com.amazonaws.http com.amazonaws.protocol.json -
-
Uses of AmazonWebServiceResponse in com.amazonaws.http
Methods in com.amazonaws.http that return AmazonWebServiceResponse Modifier and Type Method Description AmazonWebServiceResponse<T>
JsonResponseHandler. handle(HttpResponse response)
AmazonWebServiceResponse<T>
StaxResponseHandler. handle(HttpResponse response)
Method parameters in com.amazonaws.http with type arguments of type AmazonWebServiceResponse Modifier and Type Method Description <T> Response<T>
AmazonHttpClient. execute(Request<?> request, HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler, HttpResponseHandler<AmazonServiceException> errorResponseHandler, ExecutionContext executionContext)
Executes the request and returns the result.<T> Response<T>
AmazonHttpClient. executeWithTimer(Request<?> request, HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler, HttpResponseHandler<AmazonServiceException> errorResponseHandler, ExecutionContext executionContext)
Start and end client execution timer around the execution of the request. -
Uses of AmazonWebServiceResponse in com.amazonaws.protocol.json
Methods in com.amazonaws.protocol.json that return types with arguments of type AmazonWebServiceResponse Modifier and Type Method Description <T> HttpResponseHandler<AmazonWebServiceResponse<T>>
SdkJsonProtocolFactory. createResponseHandler(JsonOperationMetadata operationMetadata, com.amazonaws.transform.Unmarshaller<T,com.amazonaws.transform.JsonUnmarshallerContext> responseUnmarshaller)
Returns the response handler to be used for handling a successfull response.
-