public interface SdkHttpRequest extends SdkHttpHeaders
| Modifier and Type | Method and Description |
|---|---|
URI |
getEndpoint()
Returns the service endpoint (ex: "https://ec2.amazonaws.com") to which
this request should be sent.
|
SdkHttpMethod |
getHttpMethod()
Returns the HTTP method (GET, POST, etc) to use when sending this
request.
|
Map<String,List<String>> |
getParameters()
Returns a map of all parameters in this request.
|
String |
getResourcePath()
Returns the path to the resource being requested.
|
<T> T |
handlerContext(HandlerContextKey<T> key)
Gets context from the request.
|
getFirstHeaderValue, getHeaders, getValuesForHeaderString getResourcePath()
Map<String,List<String>> getParameters()
URI getEndpoint()
SdkHttpMethod getHttpMethod()
<T> T handlerContext(HandlerContextKey<T> key)
T - Type of context value.key - Key of context to retrieve.Copyright © 2017. All rights reserved.