Example usage for Java com.amazonaws.http HttpResponse fields, constructors, methods, implement or subclass
The text is from its open source code.
HttpResponse(Request> request, HttpRequestBase httpRequest) Constructs a new HttpResponse associated with the specified request. |
InputStream | getContent() Returns the input stream containing the response content. |
Map | getHeaders() Returns the HTTP headers returned with this response. |
void | setStatusCode(int statusCode) Sets the HTTP status code that was returned with this response. |