Uses of Class
software.amazon.awssdk.services.s3.model.ObjectLockConfiguration
-
Packages that use ObjectLockConfiguration Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectLockConfiguration in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockConfiguration Modifier and Type Method Description ObjectLockConfigurationGetObjectLockConfigurationResponse. objectLockConfiguration()The specified bucket's Object Lock configuration.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 ObjectLockConfiguration Modifier and Type Method Description GetObjectLockConfigurationResponse.BuilderGetObjectLockConfigurationResponse.Builder. objectLockConfiguration(ObjectLockConfiguration objectLockConfiguration)The specified bucket's Object Lock configuration.PutObjectLockConfigurationRequest.BuilderPutObjectLockConfigurationRequest.Builder. objectLockConfiguration(ObjectLockConfiguration objectLockConfiguration)The Object Lock configuration that you want to apply to the specified bucket.
-