Uses of Record Class
com.adobe.testing.s3mock.dto.LegalHold
Packages that use LegalHold
Package
Description
-
Uses of LegalHold in com.adobe.testing.s3mock
Methods in com.adobe.testing.s3mock that return types with arguments of type LegalHoldModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LegalHold> ObjectController.getLegalHold(String bucketName, ObjectKey key) Returns the legal hold for an object.Methods in com.adobe.testing.s3mock with parameters of type LegalHoldModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> ObjectController.putLegalHold(String bucketName, ObjectKey key, LegalHold body) Sets legal hold for an object. -
Uses of LegalHold in com.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service with parameters of type LegalHoldModifier and TypeMethodDescriptionvoidObjectService.setLegalHold(String bucketName, String key, LegalHold legalHold) Sets LegalHold for a given object. -
Uses of LegalHold in com.adobe.testing.s3mock.store
Methods in com.adobe.testing.s3mock.store that return LegalHoldModifier and TypeMethodDescriptionS3ObjectMetadata.legalHold()Returns the value of thelegalHoldrecord component.Methods in com.adobe.testing.s3mock.store with parameters of type LegalHoldModifier and TypeMethodDescriptionvoidObjectStore.storeLegalHold(BucketMetadata bucket, UUID id, LegalHold legalHold) Store legal hold for a given object.Constructors in com.adobe.testing.s3mock.store with parameters of type LegalHoldModifierConstructorDescriptionS3ObjectMetadata(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.