Uses of Class
software.amazon.awssdk.services.s3.model.ObjectLockConfiguration
Packages that use ObjectLockConfiguration
-
Uses of ObjectLockConfiguration in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockConfigurationModifier and TypeMethodDescriptionfinal ObjectLockConfigurationGetObjectLockConfigurationResponse.objectLockConfiguration()The specified bucket's Object Lock configuration.final ObjectLockConfigurationPutObjectLockConfigurationRequest.objectLockConfiguration()The Object Lock configuration that you want to apply to the specified bucket.Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectLockConfigurationModifier and TypeMethodDescriptionGetObjectLockConfigurationResponse.Builder.objectLockConfiguration(ObjectLockConfiguration objectLockConfiguration) The specified bucket's Object Lock configuration.PutObjectLockConfigurationRequest.Builder.objectLockConfiguration(ObjectLockConfiguration objectLockConfiguration) The Object Lock configuration that you want to apply to the specified bucket.