Uses of Class
com.amazonaws.HttpMethod

Packages that use HttpMethod
com.amazonaws   
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. 
 

Uses of HttpMethod in com.amazonaws
 

Methods in com.amazonaws that return HttpMethod
static HttpMethod HttpMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpMethod[] HttpMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of HttpMethod in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 with parameters of type HttpMethod
 URL AmazonS3Client.generatePresignedUrl(String bucketName, String key, Date expiration, HttpMethod method)
           
 URL AmazonS3.generatePresignedUrl(String bucketName, String key, Date expiration, HttpMethod method)
           Returns a pre-signed URL for accessing an Amazon S3 resource.
protected
<T> void
AmazonS3Client.presignRequest(Request<T> request, HttpMethod methodName, String bucketName, String key, Date expiration, String subResource)
          Pre-signs the specified request, using a signature query-string parameter.
 

Uses of HttpMethod in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return HttpMethod
 HttpMethod GeneratePresignedUrlRequest.getMethod()
          The HTTP method (GET, PUT, DELETE, HEAD) to be used in this request.
 

Methods in com.amazonaws.services.s3.model with parameters of type HttpMethod
 void GeneratePresignedUrlRequest.setMethod(HttpMethod method)
          Sets the HTTP method (GET, PUT, DELETE, HEAD) to be used in this request.
 GeneratePresignedUrlRequest GeneratePresignedUrlRequest.withMethod(HttpMethod method)
          Sets the HTTP method (GET, PUT, DELETE, HEAD) to be used in this request, and returns this request object to enable additional method calls to be chained together.
 

Constructors in com.amazonaws.services.s3.model with parameters of type HttpMethod
GeneratePresignedUrlRequest(String bucketName, String key, HttpMethod method)
           Creates a new request for generating a pre-signed URL that can be used as part of an HTTP request to access the specified Amazon S3 resource.
 



Copyright © 2016. All rights reserved.