| Modifier and Type | Method and Description |
|---|---|
default ResponseInputStream<GetObjectResponse> |
S3Client.getObject(GetObjectRequest getObjectRequest)
Retrieves an object from Amazon S3.
|
default <ReturnT> CompletableFuture<ReturnT> |
S3AsyncClient.getObject(GetObjectRequest getObjectRequest,
AsyncResponseTransformer<GetObjectResponse,ReturnT> asyncResponseTransformer)
Retrieves an object from Amazon S3.
|
<ReturnT> CompletableFuture<ReturnT> |
DelegatingS3AsyncClient.getObject(GetObjectRequest getObjectRequest,
AsyncResponseTransformer<GetObjectResponse,ReturnT> asyncResponseTransformer)
Retrieves an object from Amazon S3.
|
default GetObjectResponse |
S3Client.getObject(GetObjectRequest getObjectRequest,
Path destinationPath)
Retrieves an object from Amazon S3.
|
default CompletableFuture<GetObjectResponse> |
S3AsyncClient.getObject(GetObjectRequest getObjectRequest,
Path destinationPath)
Retrieves an object from Amazon S3.
|
default <ReturnT> ReturnT |
S3Client.getObject(GetObjectRequest getObjectRequest,
ResponseTransformer<GetObjectResponse,ReturnT> responseTransformer)
Retrieves an object from Amazon S3.
|
<ReturnT> ReturnT |
DelegatingS3Client.getObject(GetObjectRequest getObjectRequest,
ResponseTransformer<GetObjectResponse,ReturnT> responseTransformer)
Retrieves an object from Amazon S3.
|
default ResponseBytes<GetObjectResponse> |
S3Client.getObjectAsBytes(GetObjectRequest getObjectRequest)
Retrieves an object from Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Integer> |
MultipartDownloadUtils.completedParts(GetObjectRequest request)
This method checks the
S3MultipartExecutionAttribute.MULTIPART_DOWNLOAD_RESUME_CONTEXT
execution attributes for a context object and returns the complete parts associated with it, or an empty list of no
context is found. |
<T> CompletableFuture<T> |
DownloadObjectHelper.downloadObject(GetObjectRequest getObjectRequest,
AsyncResponseTransformer<GetObjectResponse,T> asyncResponseTransformer) |
<ReturnT> CompletableFuture<ReturnT> |
MultipartS3AsyncClient.getObject(GetObjectRequest getObjectRequest,
AsyncResponseTransformer<GetObjectResponse,ReturnT> asyncResponseTransformer) |
static Optional<MultipartDownloadResumeContext> |
MultipartDownloadUtils.multipartDownloadResumeContext(GetObjectRequest request)
This method checks the
S3MultipartExecutionAttribute.MULTIPART_DOWNLOAD_RESUME_CONTEXT
execution attributes for a context object and returns it if it finds one. |
| Constructor and Description |
|---|
MultipartDownloaderSubscriber(S3AsyncClient s3,
GetObjectRequest getObjectRequest) |
MultipartDownloaderSubscriber(S3AsyncClient s3,
GetObjectRequest getObjectRequest,
int completedParts) |
| Modifier and Type | Method and Description |
|---|---|
GetObjectRequest |
GetObjectPresignRequest.getObjectRequest()
Retrieve the
GetObjectRequest that should be presigned. |
| Modifier and Type | Method and Description |
|---|---|
GetObjectPresignRequest.Builder |
GetObjectPresignRequest.Builder.getObjectRequest(GetObjectRequest getObjectRequest)
Configure the
GetObjectRequest that should be presigned. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetObjectRequestMarshaller.marshall(GetObjectRequest getObjectRequest) |
| Modifier and Type | Method and Description |
|---|---|
<ResultT> AsyncResponseTransformer<GetObjectResponse,ResultT> |
TransferProgressUpdater.wrapResponseTransformerForMultipartDownload(AsyncResponseTransformer<GetObjectResponse,ResultT> responseTransformer,
GetObjectRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetObjectRequest |
DownloadRequest.getObjectRequest() |
GetObjectRequest |
DownloadFileRequest.getObjectRequest() |
| Modifier and Type | Method and Description |
|---|---|
DownloadRequest.UntypedBuilder |
DownloadRequest.UntypedBuilder.getObjectRequest(GetObjectRequest getObjectRequest)
The
GetObjectRequest request that should be used for the download |
DownloadRequest.TypedBuilder<T> |
DownloadRequest.TypedBuilder.getObjectRequest(GetObjectRequest getObjectRequest)
The
GetObjectRequest request that should be used for the download |
DownloadFileRequest.Builder |
DownloadFileRequest.Builder.getObjectRequest(GetObjectRequest getObjectRequest)
The
GetObjectRequest request that should be used for the download |
Copyright © 2026. All rights reserved.