|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeneratePresignedUrlRequest | |
---|---|
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 GeneratePresignedUrlRequest in com.amazonaws.services.s3 |
---|
Methods in com.amazonaws.services.s3 with parameters of type GeneratePresignedUrlRequest | |
---|---|
URL |
AmazonS3Client.generatePresignedUrl(GeneratePresignedUrlRequest generatePresignedUrlRequest)
|
URL |
AmazonS3.generatePresignedUrl(GeneratePresignedUrlRequest generatePresignedUrlRequest)
Returns a pre-signed URL for accessing an Amazon S3 resource. |
Uses of GeneratePresignedUrlRequest in com.amazonaws.services.s3.model |
---|
Methods in com.amazonaws.services.s3.model that return GeneratePresignedUrlRequest | |
---|---|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withBucketName(String bucketName)
Sets the name of the bucket involved in this request, and returns this request object to enable additional method calls to be chained together. |
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withContentMd5(String contentMd5)
Sets the expected content-md5 header of the request and returns this object, for method chaining. |
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withContentType(String contentType)
Sets the expected content-type of the request and returns this object, for method chaining. |
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withExpiration(Date expiration)
Sets the expiration date at which point the new pre-signed URL will no longer be accepted by Amazon S3, and returns this request object to enable additional method calls to be chained together. |
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withKey(String key)
Sets the key of the object involved in this request, and returns this request object to enable additional method calls to be chained together. |
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. |
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withResponseHeaders(ResponseHeaderOverrides responseHeaders)
Sets the headers to be overridden in the service response and returns this object, for method chaining. |
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withSSECustomerKey(SSECustomerKey sseKey)
Sets the customer-provided server-side encryption key to use as part of the generated pre-signed URL, and returns the updated request object so that additional method calls can be chained together. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |