Uses of Enum Class
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.objectLockEnabled()Returns the value of theobjectLockEnabledrecord component.static ObjectLockEnabledReturns the enum constant of this class with the specified name.static ObjectLockEnabled[]ObjectLockEnabled.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.adobe.testing.s3mock.dto with parameters of type ObjectLockEnabledModifierConstructorDescriptionObjectLockConfiguration(ObjectLockEnabled objectLockEnabled, ObjectLockRule objectLockRule) Creates an instance of aObjectLockConfigurationrecord class.