Uses of Class
software.amazon.awssdk.services.s3control.model.S3ObjectLockRetentionMode
-
Packages that use S3ObjectLockRetentionMode Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of S3ObjectLockRetentionMode in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return S3ObjectLockRetentionMode Modifier and Type Method Description static S3ObjectLockRetentionModeS3ObjectLockRetentionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3ObjectLockRetentionModeS3Retention. mode()The Object Lock retention mode to be applied to all objects in the Batch Operations job.static S3ObjectLockRetentionModeS3ObjectLockRetentionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static S3ObjectLockRetentionMode[]S3ObjectLockRetentionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type S3ObjectLockRetentionMode Modifier and Type Method Description static Set<S3ObjectLockRetentionMode>S3ObjectLockRetentionMode. knownValues()Methods in software.amazon.awssdk.services.s3control.model with parameters of type S3ObjectLockRetentionMode Modifier and Type Method Description S3Retention.BuilderS3Retention.Builder. mode(S3ObjectLockRetentionMode mode)The Object Lock retention mode to be applied to all objects in the Batch Operations job.
-