Uses of Class
com.adobe.testing.s3mock.dto.Retention
Packages that use Retention
Package
Description
-
Uses of Retention in com.adobe.testing.s3mock
Methods in com.adobe.testing.s3mock that return types with arguments of type RetentionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Retention>ObjectController.getObjectRetention(String bucketName, ObjectKey key) Returns the retention for an object.Methods in com.adobe.testing.s3mock with parameters of type RetentionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>ObjectController.putObjectRetention(String bucketName, ObjectKey key, Retention body) Sets retention for an object. -
Uses of Retention in com.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service with parameters of type RetentionModifier and TypeMethodDescriptionvoidObjectService.setRetention(String bucketName, String key, Retention retention) Sets Retention for a given object.voidObjectService.verifyRetention(Retention retention) -
Uses of Retention in com.adobe.testing.s3mock.store
Methods in com.adobe.testing.s3mock.store that return RetentionMethods in com.adobe.testing.s3mock.store with parameters of type RetentionModifier and TypeMethodDescriptionvoidS3ObjectMetadata.setRetention(Retention retention) voidObjectStore.storeRetention(BucketMetadata bucket, UUID id, Retention retention) Store retention for a given object.