Uses of Record Class
com.adobe.testing.s3mock.store.MultipartUploadInfo
Packages that use MultipartUploadInfo
-
Uses of MultipartUploadInfo in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return MultipartUploadInfoModifier and TypeMethodDescriptionCompleteMultipartUploadResult.multipartUploadInfo()Returns the value of themultipartUploadInforecord component.Constructors in com.adobe.testing.s3mock.dto with parameters of type MultipartUploadInfoModifierConstructorDescriptionCompleteMultipartUploadResult(String location, String bucket, String key, String etag, MultipartUploadInfo multipartUploadInfo, String checksum) CompleteMultipartUploadResult(String location, String bucket, String key, String etag, String xmlns, MultipartUploadInfo multipartUploadInfo, String checksum) Creates an instance of aCompleteMultipartUploadResultrecord class. -
Uses of MultipartUploadInfo in com.adobe.testing.s3mock.store
Methods in com.adobe.testing.s3mock.store that return MultipartUploadInfoModifier and TypeMethodDescriptionMultipartStore.getMultipartUploadInfo(BucketMetadata bucketMetadata, String uploadId) Methods in com.adobe.testing.s3mock.store with parameters of type MultipartUploadInfoModifier and TypeMethodDescriptionMultipartStore.completeMultipartUpload(BucketMetadata bucket, String key, UUID id, String uploadId, List<CompletedPart> parts, Map<String, String> encryptionHeaders, MultipartUploadInfo uploadInfo, String location) Completes a Multipart Upload for the given ID.