Uses of 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 LegalHoldMethods in com.adobe.testing.s3mock.store with parameters of type LegalHoldModifier and TypeMethodDescriptionvoidS3ObjectMetadata.setLegalHold(LegalHold legalHold) voidObjectStore.storeLegalHold(BucketMetadata bucket, UUID id, LegalHold legalHold) Store legal hold for a given object.