Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.http | |
com.amazonaws.protocol |
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.
|
Modifier and Type | Method and Description |
---|---|
HttpMethodName |
OperationInfo.httpMethodName() |
Modifier and Type | Method and Description |
---|---|
OperationInfo.Builder |
OperationInfo.Builder.httpMethodName(HttpMethodName httpMethodName) |
Copyright © 2018. All rights reserved.