Uses of Enum
com.adobe.testing.s3mock.dto.ObjectLockEnabled
Packages that use ObjectLockEnabled
Package
Description
This set the namespace for all JAX-B serialization / deserialization POJOs in this package.
-
Uses of ObjectLockEnabled in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return ObjectLockEnabledModifier and TypeMethodDescriptionObjectLockConfiguration.getObjectLockEnabled()static ObjectLockEnabledReturns the enum constant of this type with the specified name.static ObjectLockEnabled[]ObjectLockEnabled.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.testing.s3mock.dto with parameters of type ObjectLockEnabledModifier and TypeMethodDescriptionvoidObjectLockConfiguration.setObjectLockEnabled(ObjectLockEnabled objectLockEnabled) Constructors in com.adobe.testing.s3mock.dto with parameters of type ObjectLockEnabledModifierConstructorDescriptionObjectLockConfiguration(ObjectLockEnabled objectLockEnabled, ObjectLockRule objectLockRule)