Example usage for Java com.amazonaws Request fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addHandlerContext(HandlerContextKey Adds a context to that is visible to all com.amazonaws.handlers.RequestHandler2 s. |
AWSRequestMetrics | getAWSRequestMetrics() Returns the request metrics. |
X | getHandlerContext(HandlerContextKey Return the context for the given key if present; else return null. |
AmazonWebServiceRequest | getOriginalRequest() Returns the original, user facing request object which this internal request object is representing. |
String | getServiceName() |
void | setAWSRequestMetrics(AWSRequestMetrics metrics) Bind the request metrics to the request. |
void | setEndpoint(URI endpoint) Sets the service endpoint (ex: "https://ec2.amazonaws.com") to which this request should be sent. |
void | setHeaders(Map Sets all headers, clearing any existing ones. |
void | setHttpMethod(HttpMethodName httpMethod) Sets the HTTP method (GET, POST, etc) to use when sending this request. |
void | setParameters(Map Sets all parameters, clearing any existing values. |
void | setResourcePath(String path) Sets the path to the resource being requested. |
void | setTimeOffset(int timeOffset) Sets the optional value for time offset for this request. |