Uses of Class
com.amazonaws.HttpMethod
-
Packages that use HttpMethod Package Description 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 Modifier and Type Method Description static HttpMethodHttpMethod. 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 Modifier and Type Method Description URLAbstractAmazonS3. generatePresignedUrl(String bucketName, String key, Date expiration, HttpMethod method)URLAmazonS3. generatePresignedUrl(String bucketName, String key, Date expiration, HttpMethod method)Returns a pre-signed URL for accessing an Amazon S3 resource.URLAmazonS3Client. generatePresignedUrl(String bucketName, String key, Date expiration, HttpMethod method)protected <T> voidAmazonS3Client. 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 Modifier and Type Method Description HttpMethodGeneratePresignedUrlRequest. 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 Modifier and Type Method Description voidGeneratePresignedUrlRequest. setMethod(HttpMethod method)Sets the HTTP method (GET, PUT, DELETE, HEAD) to be used in this request.GeneratePresignedUrlRequestGeneratePresignedUrlRequest. 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 Constructor Description 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.
-