public final class MultipartDownloadUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Integer> |
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. |
static Optional<MultipartDownloadResumeContext> |
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. |
public static List<Integer> completedParts(GetObjectRequest request)
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.request - public static Optional<MultipartDownloadResumeContext> multipartDownloadResumeContext(GetObjectRequest request)
S3MultipartExecutionAttribute.MULTIPART_DOWNLOAD_RESUME_CONTEXT
execution attributes for a context object and returns it if it finds one. Otherwise, returns an empty Optional.request - the request to look for execution attributesCopyright © 2026. All rights reserved.