Uses of Interface
software.amazon.awssdk.services.s3.presignedurl.model.PresignedUrlDownloadRequest.Builder
Packages that use PresignedUrlDownloadRequest.Builder
Package
Description
-
Uses of PresignedUrlDownloadRequest.Builder in software.amazon.awssdk.services.s3.presignedurl
Method parameters in software.amazon.awssdk.services.s3.presignedurl with type arguments of type PresignedUrlDownloadRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetObjectResponse>AsyncPresignedUrlExtension.getObject(Consumer<PresignedUrlDownloadRequest.Builder> requestConsumer, Path destinationPath) Downloads an S3 object asynchronously using a presigned URL with a consumer-based request builder and saves it to the specified file path.default <ReturnT> CompletableFuture<ReturnT>AsyncPresignedUrlExtension.getObject(Consumer<PresignedUrlDownloadRequest.Builder> requestConsumer, AsyncResponseTransformer<GetObjectResponse, ReturnT> responseTransformer) Downloads an S3 object asynchronously using a presigned URL with a consumer-based request builder. -
Uses of PresignedUrlDownloadRequest.Builder in software.amazon.awssdk.services.s3.presignedurl.model
Methods in software.amazon.awssdk.services.s3.presignedurl.model that return PresignedUrlDownloadRequest.BuilderModifier and TypeMethodDescriptionPresignedUrlDownloadRequest.builder()Return the object only if its entity tag (ETag) is the same as the one specified in this header.PresignedUrlDownloadRequest.Builder.presignedUrl(URL presignedUrl) Sets the presigned URL for the S3 object.Specifies the byte range of an object.PresignedUrlDownloadRequest.toBuilder()Methods in software.amazon.awssdk.services.s3.presignedurl.model that return types with arguments of type PresignedUrlDownloadRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PresignedUrlDownloadRequest.Builder>PresignedUrlDownloadRequest.serializableBuilderClass()