Uses of Record Class
com.adobe.testing.s3mock.dto.Part
Packages that use Part
-
Uses of Part in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return types with arguments of type PartModifier and TypeMethodDescriptionListPartsResult.parts()Returns the value of thepartsrecord component.Constructor parameters in com.adobe.testing.s3mock.dto with type arguments of type PartModifierConstructorDescriptionListPartsResult(String bucket, String key, String uploadId, String partNumberMarker, String nextPartNumberMarker, boolean truncated, StorageClass storageClass, List<Part> parts, Owner owner, Owner initiator, ChecksumAlgorithm checksumAlgorithm, String xmlns) Creates an instance of aListPartsResultrecord class. -
Uses of Part in com.adobe.testing.s3mock.store
Methods in com.adobe.testing.s3mock.store that return types with arguments of type PartModifier and TypeMethodDescriptionMultipartStore.getMultipartUploadParts(BucketMetadata bucket, UUID id, String uploadId) Get all multipart upload parts.