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

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

Introduction

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

The text is from its open source code.

Method

voidaddHandlerContext(HandlerContextKey key, X value)
Adds a context to that is visible to all com.amazonaws.handlers.RequestHandler2 s.
AWSRequestMetricsgetAWSRequestMetrics()
Returns the request metrics.
XgetHandlerContext(HandlerContextKey key)
Return the context for the given key if present; else return null.
AmazonWebServiceRequestgetOriginalRequest()
Returns the original, user facing request object which this internal request object is representing.
StringgetServiceName()
voidsetAWSRequestMetrics(AWSRequestMetrics metrics)
Bind the request metrics to the request.
voidsetEndpoint(URI endpoint)
Sets the service endpoint (ex: "https://ec2.amazonaws.com") to which this request should be sent.
voidsetHeaders(Map headers)
Sets all headers, clearing any existing ones.
voidsetHttpMethod(HttpMethodName httpMethod)
Sets the HTTP method (GET, POST, etc) to use when sending this request.
voidsetParameters(Map> parameters)
Sets all parameters, clearing any existing values.
voidsetResourcePath(String path)
Sets the path to the resource being requested.
voidsetTimeOffset(int timeOffset)
Sets the optional value for time offset for this request.