Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsS3BucketObjectLockConfiguration
-
Packages that use AwsS3BucketObjectLockConfiguration Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsS3BucketObjectLockConfiguration in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsS3BucketObjectLockConfiguration Modifier and Type Method Description AwsS3BucketObjectLockConfigurationAwsS3BucketDetails. objectLockConfiguration()Specifies which rule Amazon S3 applies by default to every new object placed in the bucket.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsS3BucketObjectLockConfiguration Modifier and Type Method Description AwsS3BucketDetails.BuilderAwsS3BucketDetails.Builder. objectLockConfiguration(AwsS3BucketObjectLockConfiguration objectLockConfiguration)Specifies which rule Amazon S3 applies by default to every new object placed in the bucket.
-