Uses of Interface
software.amazon.awssdk.transfer.s3.model.TransferRequest
Packages that use TransferRequest
-
Uses of TransferRequest in software.amazon.awssdk.transfer.s3.model
Subinterfaces of TransferRequest in software.amazon.awssdk.transfer.s3.modelModifier and TypeInterfaceDescriptioninterfaceInterface for all transfer directory requests.interfaceInterface for all single object transfer requests.Classes in software.amazon.awssdk.transfer.s3.model that implement TransferRequestModifier and TypeClassDescriptionfinal classCreates a copy of an object that is already stored in S3.final classRequest object to download the objects in the provided S3 bucket to a local directory using the Transfer Manager.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 classRequest object to upload a local directory to S3 using the Transfer Manager.final classRepresents the request to upload a local file to an object in S3.final classUpload the givenAsyncRequestBodyto an object in S3.