Java com.amazonaws SignableRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws SignableRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws SignableRequest.

The text is from its open source code.

Implementation

com.amazonaws.SignableRequest has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidaddHeader(String name, String value)
Sets the specified header for this request.
InputStreamgetContent()
Returns the optional stream containing the payload data to include for this request.
MapgetHeaders()
Returns a map of all the headers included in this request.
HttpMethodNamegetHttpMethod()
Returns the HTTP method (GET, POST, etc) to use when sending this request.
ReadLimitInfogetReadLimitInfo()
Returns the read limit info about the original request.
StringgetResourcePath()
Returns the path to the resource being requested.
voidsetContent(InputStream content)
Sets the optional stream containing the payload data to include for this request.