Uses of Class
com.adobe.testing.s3mock.dto.ListPartsResult
Packages that use ListPartsResult
-
Uses of ListPartsResult in com.adobe.testing.s3mock
Methods in com.adobe.testing.s3mock that return types with arguments of type ListPartsResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ListPartsResult>Lists all parts a file multipart upload. -
Uses of ListPartsResult in com.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service that return ListPartsResultModifier and TypeMethodDescriptionMultipartService.getMultipartUploadParts(String bucketName, String key, String uploadId) Get all multipart upload parts.