Uses of Enum
software.amazon.awssdk.services.s3.model.ObjectLockRetentionMode
Packages that use ObjectLockRetentionMode
-
Uses of ObjectLockRetentionMode in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockRetentionModeModifier and TypeMethodDescriptionstatic ObjectLockRetentionModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ObjectLockRetentionModeDefaultRetention.mode()The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.final ObjectLockRetentionModeObjectLockRetention.mode()Indicates the Retention mode for the specified object.static ObjectLockRetentionModeReturns the enum constant of this type with the specified name.static ObjectLockRetentionMode[]ObjectLockRetentionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectLockRetentionModeModifier and TypeMethodDescriptionstatic Set<ObjectLockRetentionMode>ObjectLockRetentionMode.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectLockRetentionModeModifier and TypeMethodDescriptionDefaultRetention.Builder.mode(ObjectLockRetentionMode mode) The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.ObjectLockRetention.Builder.mode(ObjectLockRetentionMode mode) Indicates the Retention mode for the specified object.