Uses of Class
com.adobe.testing.s3mock.dto.CopyPartResult
Packages that use CopyPartResult
Package
Description
This set the namespace for all JAX-B serialization / deserialization POJOs in this package.
-
Uses of CopyPartResult in com.adobe.testing.s3mock
Methods in com.adobe.testing.s3mock that return types with arguments of type CopyPartResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CopyPartResult>MultipartController.uploadPartCopy(String bucketName, ObjectKey key, CopySource copySource, org.springframework.http.HttpRange copyRange, List<String> match, List<String> noneMatch, String uploadId, String partNumber, org.springframework.http.HttpHeaders httpHeaders) Uploads a part by copying data from an existing object as data source. -
Uses of CopyPartResult in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return CopyPartResult -
Uses of CopyPartResult in com.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service that return CopyPartResultModifier and TypeMethodDescriptionMultipartService.copyPart(String bucketName, String key, org.springframework.http.HttpRange copyRange, String partNumber, String destinationBucket, String destinationKey, String uploadId, Map<String, String> encryptionHeaders) Copies the range, define by from/to, from the S3 Object, identified by the given key to given destination into the given bucket.