| Package | Description | 
|---|---|
| com.amazonaws | |
| com.amazonaws.http | |
| com.amazonaws.services.s3 | 
 Synchronous client for accessing Amazon S3. 
 | 
| 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 | 
|---|---|
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.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 | 
|---|---|
protected <X extends AmazonWebServiceRequest>  | 
AmazonS3Client.createRequest(String bucketName,
             String key,
             X originalRequest,
             HttpMethodName httpMethod)
Creates and initializes a new request object for the specified S3
 resource. 
 | 
protected <X extends AmazonWebServiceRequest>  | 
AmazonS3Client.createRequest(String bucketName,
             String key,
             X originalRequest,
             HttpMethodName httpMethod,
             URI endpoint)  | 
Copyright © 2015. All rights reserved.