Uses of Enum
com.amazonaws.HttpMethod
Packages that use HttpMethod
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of HttpMethod in com.amazonaws
Methods in com.amazonaws that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethod
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 HttpMethodModifier and TypeMethodDescriptionAbstractAmazonS3.generatePresignedUrl
(String bucketName, String key, Date expiration, HttpMethod method) AmazonS3.generatePresignedUrl
(String bucketName, String key, Date expiration, HttpMethod method) Returns a pre-signed URL for accessing an Amazon S3 resource.AmazonS3Client.generatePresignedUrl
(String bucketName, String key, Date expiration, HttpMethod method) 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 HttpMethodModifier and TypeMethodDescriptionGeneratePresignedUrlRequest.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 HttpMethodModifier and TypeMethodDescriptionvoid
GeneratePresignedUrlRequest.setMethod
(HttpMethod method) Sets the HTTP method (GET, PUT, DELETE, HEAD) to be used in this request.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 HttpMethodModifierConstructorDescriptionGeneratePresignedUrlRequest
(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.