Uses of Class
software.amazon.awssdk.services.guardduty.model.PublicAccessConfiguration
-
Packages that use PublicAccessConfiguration Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of PublicAccessConfiguration in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return PublicAccessConfiguration Modifier and Type Method Description PublicAccessConfigurationS3Bucket. accountPublicAccess()Contains information about the public access policies that apply to the Amazon S3 bucket at the account level.PublicAccessConfigurationS3Bucket. bucketPublicAccess()Contains information about public access policies that apply to the Amazon S3 bucket.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type PublicAccessConfiguration Modifier and Type Method Description S3Bucket.BuilderS3Bucket.Builder. accountPublicAccess(PublicAccessConfiguration accountPublicAccess)Contains information about the public access policies that apply to the Amazon S3 bucket at the account level.S3Bucket.BuilderS3Bucket.Builder. bucketPublicAccess(PublicAccessConfiguration bucketPublicAccess)Contains information about public access policies that apply to the Amazon S3 bucket.
-