Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.internal | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.transfer |
Transfer management.
|
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Method and Description |
---|---|
PresignedUrlDownloadResult |
AmazonS3Client.download(PresignedUrlDownloadRequest presignedUrlDownloadRequest) |
PresignedUrlDownloadResult |
AbstractAmazonS3.download(PresignedUrlDownloadRequest presignedUrlDownloadRequest) |
PresignedUrlDownloadResult |
AmazonS3.download(PresignedUrlDownloadRequest presignedUrlDownloadRequest)
Gets the object stored in Amazon S3 using a presigned url.
|
void |
AmazonS3Client.download(PresignedUrlDownloadRequest presignedUrlDownloadRequest,
File destinationFile) |
void |
AbstractAmazonS3.download(PresignedUrlDownloadRequest presignedUrlDownloadRequest,
File destinationFile) |
void |
AmazonS3.download(PresignedUrlDownloadRequest presignedUrlDownloadRequest,
File destinationFile)
Gets the object stored in Amazon S3 using a presigned url.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SkipMd5CheckStrategy.skipClientSideValidation(PresignedUrlDownloadRequest request,
ObjectMetadata returnedMetadata)
Conveience method to determine whether to do client side validation of a
PresignedUrlDownloadRequest call based
on both the request and the response. |
boolean |
SkipMd5CheckStrategy.skipClientSideValidationPerRequest(PresignedUrlDownloadRequest request)
Based on the given
PresignedUrlDownloadRequest , returns whether the specified request should
skip MD5 check on the requested object content. |
Modifier and Type | Method and Description |
---|---|
PresignedUrlDownloadRequest |
PresignedUrlDownloadRequest.clone()
Creates and returns a new copy of the request.
|
PresignedUrlDownloadRequest |
PresignedUrlDownloadRequest.withPresignedUrl(URL presignedUrl) |
PresignedUrlDownloadRequest |
PresignedUrlDownloadRequest.withRange(long start,
long end)
Sets the optional inclusive byte range within the desired object that
will be downloaded by this request.
|
Modifier and Type | Method and Description |
---|---|
PresignedUrlDownload |
TransferManager.download(PresignedUrlDownloadRequest request,
File destFile)
Schedules a new transfer to download data from Amazon S3 using presigned url
and save it to the specified file.
|
PresignedUrlDownload |
TransferManager.download(PresignedUrlDownloadRequest request,
File destFile,
PresignedUrlDownloadConfig downloadContext)
Schedules a new transfer to download data from Amazon S3 using presigned url
and save it to the specified file.
|
Constructor and Description |
---|
PresignedUrlDownloadImpl(String description,
TransferProgress transferProgress,
ProgressListenerChain progressListenerChain,
PresignedUrlDownloadRequest presignedUrlDownloadRequest) |
PresignedUrlRetryableDownloadTaskImpl(AmazonS3 s3,
PresignedUrlDownloadImpl download,
PresignedUrlDownloadRequest request) |
PresignUrlDownloadCallable(ExecutorService executor,
File dstfile,
CountDownLatch latch,
PresignedUrlDownloadImpl download,
boolean isDownloadParallel,
ScheduledExecutorService timedExecutor,
long timeout,
AmazonS3 s3,
PresignedUrlDownloadRequest request,
long perRequestDownloadSize,
Long startByte,
Long endByte,
boolean resumeOnRetry) |
Copyright © 2023. All rights reserved.