Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.http |
Modifier and Type | Method and Description |
---|---|
HttpMethodName |
SignableRequest.getHttpMethod()
Returns the HTTP method (GET, POST, etc) to use when sending this
request.
|
HttpMethodName |
DefaultRequest.getHttpMethod() |
Modifier and Type | Method and Description |
---|---|
protected <T> HttpRequest |
AmazonWebServiceClient.convertToHttpRequest(Request<T> request,
HttpMethodName methodName)
Deprecated.
|
void |
Request.setHttpMethod(HttpMethodName httpMethod)
Sets the HTTP method (GET, POST, etc) to use when sending this request.
|
void |
DefaultRequest.setHttpMethod(HttpMethodName httpMethod) |
Modifier and Type | Method and Description |
---|---|
HttpMethodName |
HttpRequest.getMethodName()
Returns http request method
|
static HttpMethodName |
HttpMethodName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethodName[] |
HttpMethodName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HttpRequest(HttpMethodName methodName)
Construct request with http method name
Supported methods are: GET POST DELETE HEAD PUT
|
Copyright © 2015. All rights reserved.