Class GetMultiRegionAccessPointPublicAccessBlock


  • public final class GetMultiRegionAccessPointPublicAccessBlock
    extends java.lang.Object
    • Method Detail

      • blockPublicAcls

        public java.lang.Boolean blockPublicAcls()
        Returns:
        Specifies whether Amazon S3 should block public access control lists (ACLs). When set to `true` causes the following behavior: * PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public. * PUT Object calls fail if the request includes a public ACL. * PUT Bucket calls fail if the request includes a public ACL.
      • blockPublicPolicy

        public java.lang.Boolean blockPublicPolicy()
        Returns:
        Specifies whether Amazon S3 should block public bucket policies for buckets in this account. When set to `true` causes Amazon S3 to: * Reject calls to PUT Bucket policy if the specified bucket policy allows public access.
      • ignorePublicAcls

        public java.lang.Boolean ignorePublicAcls()
        Returns:
        Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. When set to `true` causes Amazon S3 to: * Ignore all public ACLs on buckets in this account and any objects that they contain.
      • restrictPublicBuckets

        public java.lang.Boolean restrictPublicBuckets()
        Returns:
        Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account. When set to `true`: * Only the bucket owner and AWS Services can access buckets with public policies.