Uses of Record 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 ObjectLockConfigurationModifier and TypeMethodDescriptionBucketMetadata.objectLockConfiguration()Returns the value of theobjectLockConfigurationrecord component.Methods in com.adobe.testing.s3mock.store with parameters of type ObjectLockConfigurationModifier and TypeMethodDescriptionvoidBucketStore.storeObjectLockConfiguration(BucketMetadata metadata, ObjectLockConfiguration configuration) BucketMetadata.withObjectLockConfiguration(ObjectLockConfiguration objectLockConfiguration) Constructors in com.adobe.testing.s3mock.store with parameters of type ObjectLockConfigurationModifierConstructorDescriptionBucketMetadata(String name, String creationDate, ObjectLockConfiguration objectLockConfiguration, BucketLifecycleConfiguration bucketLifecycleConfiguration, Path path) BucketMetadata(String name, String creationDate, ObjectLockConfiguration objectLockConfiguration, BucketLifecycleConfiguration bucketLifecycleConfiguration, Path path, Map<String, UUID> objects) Creates an instance of aBucketMetadatarecord class.