Uses of Class
com.amazonaws.http.HttpResponse
Packages that use HttpResponse
-
Uses of HttpResponse in com.amazonaws
Methods in com.amazonaws that return HttpResponseConstructors in com.amazonaws with parameters of type HttpResponse -
Uses of HttpResponse in com.amazonaws.handlers
Methods in com.amazonaws.handlers that return HttpResponseModifier and TypeMethodDescriptionIRequestHandler2.beforeUnmarshalling
(Request<?> request, HttpResponse httpResponse) Runs any additional processing logic on the specified response before it's unmarshalled.RequestHandler2.beforeUnmarshalling
(Request<?> request, HttpResponse httpResponse) StackedRequestHandler.beforeUnmarshalling
(Request<?> request, HttpResponse origHttpResponse) Methods in com.amazonaws.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionIRequestHandler2.beforeUnmarshalling
(Request<?> request, HttpResponse httpResponse) Runs any additional processing logic on the specified response before it's unmarshalled.RequestHandler2.beforeUnmarshalling
(Request<?> request, HttpResponse httpResponse) StackedRequestHandler.beforeUnmarshalling
(Request<?> request, HttpResponse origHttpResponse) -
Uses of HttpResponse in com.amazonaws.http
Methods in com.amazonaws.http with parameters of type HttpResponseModifier and TypeMethodDescriptionDefaultErrorResponseHandler.handle
(HttpResponse errorResponse) HttpResponseHandler.handle
(HttpResponse response) Accepts an HTTP response object, and returns an object of type T.JsonErrorResponseHandler.handle
(HttpResponse response) JsonResponseHandler.handle
(HttpResponse response) StaxResponseHandler.handle
(HttpResponse response)