Class BucketCountByEffectivePermission

    • Method Detail

      • publiclyAccessible

        public final Long publiclyAccessible()

        The total number of buckets that allow the general public to have read or write access to the bucket.

        Returns:
        The total number of buckets that allow the general public to have read or write access to the bucket.
      • publiclyReadable

        public final Long publiclyReadable()

        The total number of buckets that allow the general public to have read access to the bucket.

        Returns:
        The total number of buckets that allow the general public to have read access to the bucket.
      • publiclyWritable

        public final Long publiclyWritable()

        The total number of buckets that allow the general public to have write access to the bucket.

        Returns:
        The total number of buckets that allow the general public to have write access to the bucket.
      • unknown

        public final Long unknown()

        The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for. For example, the buckets' policies or a quota prevented Macie from retrieving the requisite data. Macie can't determine whether the buckets are publicly accessible.

        Returns:
        The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for. For example, the buckets' policies or a quota prevented Macie from retrieving the requisite data. Macie can't determine whether the buckets are publicly accessible.
      • 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)