Uses of Interface
software.amazon.awssdk.transfer.s3.model.TransferRequest
-
Packages that use TransferRequest Package Description software.amazon.awssdk.transfer.s3.model -
-
Uses of TransferRequest in software.amazon.awssdk.transfer.s3.model
Subinterfaces of TransferRequest in software.amazon.awssdk.transfer.s3.model Modifier and Type Interface Description interfaceTransferDirectoryRequestInterface for all transfer directory requests.interfaceTransferObjectRequestInterface for all single object transfer requests.Classes in software.amazon.awssdk.transfer.s3.model that implement TransferRequest Modifier and Type Class Description classCopyRequestCreates a copy of an object that is already stored in S3.classDownloadDirectoryRequestRequest object to download the objects in the provided S3 bucket to a local directory using the Transfer Manager.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.classUploadDirectoryRequestRequest object to upload a local directory to S3 using the Transfer Manager.classUploadFileRequestRepresents the request to upload a local file to an object in S3.classUploadRequestUpload the givenAsyncRequestBodyto an object in S3.
-