Uses of Interface
software.amazon.awssdk.transfer.s3.model.TransferObjectRequest
-
Packages that use TransferObjectRequest Package Description software.amazon.awssdk.transfer.s3.internal.progress software.amazon.awssdk.transfer.s3.model software.amazon.awssdk.transfer.s3.progress -
-
Uses of TransferObjectRequest in software.amazon.awssdk.transfer.s3.internal.progress
Methods in software.amazon.awssdk.transfer.s3.internal.progress that return TransferObjectRequest Modifier and Type Method Description TransferObjectRequestTransferListenerContext. request()TransferObjectRequestTransferListenerFailedContext. request()Methods in software.amazon.awssdk.transfer.s3.internal.progress with parameters of type TransferObjectRequest Modifier and Type Method Description TransferListenerContext.BuilderTransferListenerContext.Builder. request(TransferObjectRequest request)Constructors in software.amazon.awssdk.transfer.s3.internal.progress with parameters of type TransferObjectRequest Constructor Description TransferProgressUpdater(TransferObjectRequest request, Long contentLength) -
Uses of TransferObjectRequest in software.amazon.awssdk.transfer.s3.model
Classes in software.amazon.awssdk.transfer.s3.model that implement TransferObjectRequest Modifier and Type Class Description classCopyRequestCreates a copy of an object that is already stored in S3.classDownloadFileRequestDownload an object identified by the bucket and key from S3 to a local file.classDownloadRequest<ReturnT>Represents the request to download an object identified by the bucket and key from S3 through the givenAsyncResponseTransformer.classUploadFileRequestRepresents the request to upload a local file to an object in S3.classUploadRequestUpload the givenAsyncRequestBodyto an object in S3.Methods in software.amazon.awssdk.transfer.s3.model that return TransferObjectRequest Modifier and Type Method Description TransferObjectRequestFailedObjectTransfer. request()The failedTransferObjectRequest. -
Uses of TransferObjectRequest in software.amazon.awssdk.transfer.s3.progress
Methods in software.amazon.awssdk.transfer.s3.progress that return TransferObjectRequest Modifier and Type Method Description TransferObjectRequestTransferListener.Context.TransferInitiated. request()TheTransferRequestthat was submitted toS3TransferManager, i.e., theUploadFileRequestorDownloadFileRequest.
-