Example usage for Java com.amazonaws SignableRequest fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addHeader(String name, String value) Sets the specified header for this request. |
InputStream | getContent() Returns the optional stream containing the payload data to include for this request. |
Map | getHeaders() Returns a map of all the headers included in this request. |
HttpMethodName | getHttpMethod() Returns the HTTP method (GET, POST, etc) to use when sending this request. |
ReadLimitInfo | getReadLimitInfo() Returns the read limit info about the original request. |
String | getResourcePath() Returns the path to the resource being requested. |
void | setContent(InputStream content) Sets the optional stream containing the payload data to include for this request. |