Uses of Record 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 RetentionModifier and TypeMethodDescriptionS3ObjectMetadata.retention()Returns the value of theretentionrecord component.Methods in com.adobe.testing.s3mock.store with parameters of type RetentionModifier and TypeMethodDescriptionvoidObjectStore.storeRetention(BucketMetadata bucket, UUID id, Retention retention) Store retention for a given object.Constructors in com.adobe.testing.s3mock.store with parameters of type RetentionModifierConstructorDescriptionS3ObjectMetadata(UUID id, String key, String size, String modificationDate, String etag, String contentType, long lastModified, Path dataPath, Map<String, String> userMetadata, List<Tag> tags, LegalHold legalHold, Retention retention, Owner owner, Map<String, String> storeHeaders, Map<String, String> encryptionHeaders, ChecksumAlgorithm checksumAlgorithm, String checksum) Creates an instance of aS3ObjectMetadatarecord class.