Uses of Class
software.amazon.awssdk.services.macie2.model.BucketPublicAccess
-
Packages that use BucketPublicAccess Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of BucketPublicAccess in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return BucketPublicAccess Modifier and Type Method Description BucketPublicAccessBucketMetadata. publicAccess()Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket, and provides information about those settings.BucketPublicAccessS3Bucket. publicAccess()The permissions settings that determine whether the bucket is publicly accessible.Methods in software.amazon.awssdk.services.macie2.model with parameters of type BucketPublicAccess Modifier and Type Method Description BucketMetadata.BuilderBucketMetadata.Builder. publicAccess(BucketPublicAccess publicAccess)Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket, and provides information about those settings.S3Bucket.BuilderS3Bucket.Builder. publicAccess(BucketPublicAccess publicAccess)The permissions settings that determine whether the bucket is publicly accessible.
-