Uses of Interface
software.amazon.awssdk.transfer.s3.model.CopyRequest.Builder
Packages that use CopyRequest.Builder
-
Uses of CopyRequest.Builder in software.amazon.awssdk.transfer.s3
Method parameters in software.amazon.awssdk.transfer.s3 with type arguments of type CopyRequest.BuilderModifier and TypeMethodDescriptiondefault CopyS3TransferManager.copy(Consumer<CopyRequest.Builder> copyRequestBuilder) This is a convenience method that creates an instance of theCopyRequestbuilder, avoiding the need to create one manually viaCopyRequest.builder(). -
Uses of CopyRequest.Builder in software.amazon.awssdk.transfer.s3.model
Methods in software.amazon.awssdk.transfer.s3.model that return CopyRequest.BuilderModifier and TypeMethodDescriptionCopyRequest.Builder.addTransferListener(TransferListener transferListener) Adds aTransferListenerthat will be notified as part of this request.static CopyRequest.BuilderCopyRequest.builder()Creates a builder that can be used to create aCopyRequest.default CopyRequest.BuilderCopyRequest.Builder.copyObjectRequest(Consumer<CopyObjectRequest.Builder> copyRequestBuilder) Configures theCopyRequestthat should be used for the copyCopyRequest.Builder.copyObjectRequest(CopyObjectRequest copyRequest) Configures theCopyRequestthat should be used for the copyCopyRequest.toBuilder()CopyRequest.Builder.transferListeners(Collection<TransferListener> transferListeners) TheTransferListeners that will be notified as part of this request.Methods in software.amazon.awssdk.transfer.s3.model that return types with arguments of type CopyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CopyRequest.Builder>CopyRequest.serializableBuilderClass()