Uses of Class
com.adobe.testing.s3mock.dto.ObjectLockConfiguration
Packages that use ObjectLockConfiguration
Package
Description
-
Uses of ObjectLockConfiguration in com.adobe.testing.s3mock
Methods in com.adobe.testing.s3mock that return types with arguments of type ObjectLockConfigurationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ObjectLockConfiguration>BucketController.getObjectLockConfiguration(String bucketName) Get ObjectLockConfiguration of a bucket.Methods in com.adobe.testing.s3mock with parameters of type ObjectLockConfigurationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>BucketController.putObjectLockConfiguration(String bucketName, ObjectLockConfiguration configuration) Put ObjectLockConfiguration of a bucket. -
Uses of ObjectLockConfiguration in com.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service that return ObjectLockConfigurationMethods in com.adobe.testing.s3mock.service with parameters of type ObjectLockConfigurationModifier and TypeMethodDescriptionvoidBucketService.setObjectLockConfiguration(String bucketName, ObjectLockConfiguration configuration) -
Uses of ObjectLockConfiguration in com.adobe.testing.s3mock.store
Methods in com.adobe.testing.s3mock.store that return ObjectLockConfigurationMethods in com.adobe.testing.s3mock.store with parameters of type ObjectLockConfigurationModifier and TypeMethodDescriptionvoidBucketMetadata.setObjectLockConfiguration(ObjectLockConfiguration objectLockConfiguration) voidBucketStore.storeObjectLockConfiguration(String bucketName, ObjectLockConfiguration configuration)