Uses of Interface
software.amazon.awssdk.transfer.s3.model.TransferObjectRequest
Packages that use TransferObjectRequest
Package
Description
-
Uses of TransferObjectRequest in software.amazon.awssdk.transfer.s3.internal.progress
Methods in software.amazon.awssdk.transfer.s3.internal.progress that return TransferObjectRequestModifier and TypeMethodDescriptionTransferListenerContext.request()TransferListenerFailedContext.request()Methods in software.amazon.awssdk.transfer.s3.internal.progress with parameters of type TransferObjectRequestModifier and TypeMethodDescriptionTransferListenerContext.Builder.request(TransferObjectRequest request) Constructors in software.amazon.awssdk.transfer.s3.internal.progress with parameters of type TransferObjectRequestModifierConstructorDescriptionTransferProgressUpdater(TransferObjectRequest request, Long contentLength) -
Uses of TransferObjectRequest in software.amazon.awssdk.transfer.s3.model
Classes in software.amazon.awssdk.transfer.s3.model that implement TransferObjectRequestModifier and TypeClassDescriptionfinal classCreates a copy of an object that is already stored in S3.final classDownload an object identified by the bucket and key from S3 to a local file.final classDownloadRequest<ReturnT>Represents the request to download an object identified by the bucket and key from S3 through the givenAsyncResponseTransformer.final classDownload an object using a pre-signed URL to a local file.final classPresignedDownloadRequest<ReturnT>Represents the request to download an object using a pre-signed URL through the givenAsyncResponseTransformer.final classRepresents the request to upload a local file to an object in S3.final classUpload the givenAsyncRequestBodyto an object in S3.Methods in software.amazon.awssdk.transfer.s3.model that return TransferObjectRequestModifier and TypeMethodDescriptionFailedObjectTransfer.request()The failedTransferObjectRequest. -
Uses of TransferObjectRequest in software.amazon.awssdk.transfer.s3.progress
Methods in software.amazon.awssdk.transfer.s3.progress that return TransferObjectRequestModifier and TypeMethodDescriptionTransferListener.Context.TransferInitiated.request()TheTransferRequestthat was submitted toS3TransferManager, i.e., theUploadFileRequestorDownloadFileRequest.