Uses of Class
software.amazon.awssdk.services.s3.model.CopyObjectRequest
Packages that use CopyObjectRequest
Package
Description
-
Uses of CopyObjectRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type CopyObjectRequestModifier and TypeMethodDescriptionDelegatingS3AsyncClient.copyObject(CopyObjectRequest copyObjectRequest) Creates a copy of an object that is already stored in Amazon S3.DelegatingS3Client.copyObject(CopyObjectRequest copyObjectRequest) Creates a copy of an object that is already stored in Amazon S3.default CompletableFuture<CopyObjectResponse>S3AsyncClient.copyObject(CopyObjectRequest copyObjectRequest) Creates a copy of an object that is already stored in Amazon S3.default CopyObjectResponseS3Client.copyObject(CopyObjectRequest copyObjectRequest) Creates a copy of an object that is already stored in Amazon S3. -
Uses of CopyObjectRequest in software.amazon.awssdk.services.s3.internal
Methods in software.amazon.awssdk.services.s3.internal that return CopyObjectRequestModifier and TypeMethodDescriptionstatic CopyObjectRequestCustomRequestTransformerUtils.modifyCopyObjectRequest(CopyObjectRequest request) Methods in software.amazon.awssdk.services.s3.internal with parameters of type CopyObjectRequestModifier and TypeMethodDescriptionstatic CopyObjectRequestCustomRequestTransformerUtils.modifyCopyObjectRequest(CopyObjectRequest request) -
Uses of CopyObjectRequest in software.amazon.awssdk.services.s3.internal.crt
Methods in software.amazon.awssdk.services.s3.internal.crt with parameters of type CopyObjectRequestModifier and TypeMethodDescriptionDefaultS3CrtAsyncClient.copyObject(CopyObjectRequest copyObjectRequest) Constructors in software.amazon.awssdk.services.s3.internal.crt with parameters of type CopyObjectRequestModifierConstructorDescriptionUploadPartCopyRequestIterable(String uploadId, long partSize, CopyObjectRequest copyObjectRequest, long remainingBytes) -
Uses of CopyObjectRequest in software.amazon.awssdk.services.s3.internal.multipart
Methods in software.amazon.awssdk.services.s3.internal.multipart with parameters of type CopyObjectRequestModifier and TypeMethodDescriptionCopyObjectHelper.copyObject(CopyObjectRequest copyObjectRequest) MultipartS3AsyncClient.copyObject(CopyObjectRequest copyObjectRequest) SdkPojoConversionUtils.toAbortMultipartUploadRequest(CopyObjectRequest copyObjectRequest) static CreateMultipartUploadRequestSdkPojoConversionUtils.toCreateMultipartUploadRequest(CopyObjectRequest copyObjectRequest) static HeadObjectRequestSdkPojoConversionUtils.toHeadObjectRequest(CopyObjectRequest copyObjectRequest) static UploadPartCopyRequestSdkPojoConversionUtils.toUploadPartCopyRequest(CopyObjectRequest copyObjectRequest, int partNumber, String uploadId, String range) -
Uses of CopyObjectRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type CopyObjectRequestModifier and TypeMethodDescriptionCopyObjectRequestMarshaller.marshall(CopyObjectRequest copyObjectRequest)