Uses of Record Class
com.adobe.testing.s3mock.dto.MultipartUpload
Packages that use MultipartUpload
-
Uses of MultipartUpload in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return types with arguments of type MultipartUploadModifier and TypeMethodDescriptionListMultipartUploadsResult.multipartUploads()Returns the value of themultipartUploadsrecord component.Constructor parameters in com.adobe.testing.s3mock.dto with type arguments of type MultipartUploadModifierConstructorDescriptionListMultipartUploadsResult(String bucket, String keyMarker, String delimiter, String prefix, String uploadIdMarker, int maxUploads, boolean isTruncated, String nextKeyMarker, String nextUploadIdMarker, List<MultipartUpload> multipartUploads, List<Prefix> commonPrefixes) ListMultipartUploadsResult(String bucket, String keyMarker, String delimiter, String prefix, String uploadIdMarker, int maxUploads, boolean isTruncated, String nextKeyMarker, String nextUploadIdMarker, List<MultipartUpload> multipartUploads, List<Prefix> commonPrefixes, String xmlns) Creates an instance of aListMultipartUploadsResultrecord class. -
Uses of MultipartUpload in com.adobe.testing.s3mock.store
Methods in com.adobe.testing.s3mock.store that return MultipartUploadModifier and TypeMethodDescriptionMultipartStore.createMultipartUpload(BucketMetadata bucket, String key, UUID id, String contentType, Map<String, String> storeHeaders, Owner owner, Owner initiator, Map<String, String> userMetadata, Map<String, String> encryptionHeaders, StorageClass storageClass, String checksum, ChecksumAlgorithm checksumAlgorithm) Prepares everything to store an object uploaded as multipart upload.MultipartStore.getMultipartUpload(BucketMetadata bucketMetadata, String uploadId) Get MultipartUpload, if it was not completed.MultipartUploadInfo.upload()Returns the value of theuploadrecord component.Methods in com.adobe.testing.s3mock.store that return types with arguments of type MultipartUploadModifier and TypeMethodDescriptionMultipartStore.listMultipartUploads(BucketMetadata bucketMetadata, String prefix) Lists all not-yet completed parts of multipart uploads in a bucket.Constructors in com.adobe.testing.s3mock.store with parameters of type MultipartUploadModifierConstructorDescriptionMultipartUploadInfo(MultipartUpload upload, String contentType, Map<String, String> userMetadata, Map<String, String> storeHeaders, Map<String, String> encryptionHeaders, String bucket, StorageClass storageClass, String checksum, ChecksumAlgorithm checksumAlgorithm) Creates an instance of aMultipartUploadInforecord class.