|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMethodName | |
---|---|
com.amazonaws | |
com.amazonaws.http | |
com.amazonaws.services.s3 | Synchronous client for accessing Amazon S3. |
Uses of HttpMethodName in com.amazonaws |
---|
Methods in com.amazonaws that return HttpMethodName | |
---|---|
HttpMethodName |
Request.getHttpMethod()
Returns the HTTP method (GET, POST, etc) to use when sending this request. |
HttpMethodName |
DefaultRequest.getHttpMethod()
|
Methods in com.amazonaws with parameters of type HttpMethodName | ||
---|---|---|
protected
|
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)
|
Uses of HttpMethodName in com.amazonaws.http |
---|
Methods in com.amazonaws.http that return HttpMethodName | |
---|---|
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. |
Constructors in com.amazonaws.http with parameters of type HttpMethodName | |
---|---|
HttpRequest(HttpMethodName methodName)
Construct request with http method name Supported methods are: GET POST DELETE HEAD PUT |
Uses of HttpMethodName in com.amazonaws.services.s3 |
---|
Methods in com.amazonaws.services.s3 with parameters of type HttpMethodName | ||
---|---|---|
protected
|
AmazonS3Client.createRequest(String bucketName,
String key,
X originalRequest,
HttpMethodName httpMethod)
Creates and initializes a new request object for the specified S3 resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |