Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.http |
Modifier and Type | Method and Description |
---|---|
HttpMethodName |
ImmutableRequest.getHttpMethod()
Returns the HTTP method (GET, POST, etc) to use when sending this
request.
|
HttpMethodName |
DefaultRequest.getHttpMethod() |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static HttpMethodName |
HttpMethodName.fromValue(String value) |
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.
|
Copyright © 2017. All rights reserved.