Class BlockPublicAccess

    • Method Detail

      • blockPublicAcls

        public final Boolean blockPublicAcls()

        Specifies whether Amazon S3 blocks public access control lists (ACLs) for the bucket and objects in the bucket.

        Returns:
        Specifies whether Amazon S3 blocks public access control lists (ACLs) for the bucket and objects in the bucket.
      • blockPublicPolicy

        public final Boolean blockPublicPolicy()

        Specifies whether Amazon S3 blocks public bucket policies for the bucket.

        Returns:
        Specifies whether Amazon S3 blocks public bucket policies for the bucket.
      • ignorePublicAcls

        public final Boolean ignorePublicAcls()

        Specifies whether Amazon S3 ignores public ACLs for the bucket and objects in the bucket.

        Returns:
        Specifies whether Amazon S3 ignores public ACLs for the bucket and objects in the bucket.
      • restrictPublicBuckets

        public final Boolean restrictPublicBuckets()

        Specifies whether Amazon S3 restricts public bucket policies for the bucket.

        Returns:
        Specifies whether Amazon S3 restricts public bucket policies for the bucket.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)