Uses of Class
software.amazon.awssdk.services.s3.model.CopyObjectResponse
-
Packages that use CopyObjectResponse Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.internal.crt software.amazon.awssdk.services.s3.internal.multipart -
-
Uses of CopyObjectResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return CopyObjectResponse Modifier and Type Method Description CopyObjectResponseDelegatingS3Client. copyObject(CopyObjectRequest copyObjectRequest)Creates a copy of an object that is already stored in Amazon S3.default CopyObjectResponseS3Client. copyObject(Consumer<CopyObjectRequest.Builder> 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.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type CopyObjectResponse Modifier and Type Method Description CompletableFuture<CopyObjectResponse>DelegatingS3AsyncClient. copyObject(CopyObjectRequest copyObjectRequest)Creates a copy of an object that is already stored in Amazon S3.default CompletableFuture<CopyObjectResponse>S3AsyncClient. copyObject(Consumer<CopyObjectRequest.Builder> 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. -
Uses of CopyObjectResponse in software.amazon.awssdk.services.s3.internal.crt
Methods in software.amazon.awssdk.services.s3.internal.crt that return types with arguments of type CopyObjectResponse Modifier and Type Method Description CompletableFuture<CopyObjectResponse>DefaultS3CrtAsyncClient. copyObject(CopyObjectRequest copyObjectRequest) -
Uses of CopyObjectResponse in software.amazon.awssdk.services.s3.internal.multipart
Methods in software.amazon.awssdk.services.s3.internal.multipart that return CopyObjectResponse Modifier and Type Method Description static CopyObjectResponseSdkPojoConversionUtils. toCopyObjectResponse(CompleteMultipartUploadResponse response)Methods in software.amazon.awssdk.services.s3.internal.multipart that return types with arguments of type CopyObjectResponse Modifier and Type Method Description CompletableFuture<CopyObjectResponse>CopyObjectHelper. copyObject(CopyObjectRequest copyObjectRequest)CompletableFuture<CopyObjectResponse>MultipartS3AsyncClient. copyObject(CopyObjectRequest copyObjectRequest)
-