Class SensitivityAggregations

    • Method Detail

      • classifiableSizeInBytes

        public final Long classifiableSizeInBytes()

        The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.

        If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.

        Returns:
        The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.

        If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.

      • publiclyAccessibleCount

        public final Long publiclyAccessibleCount()

        The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.

        Returns:
        The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.
      • totalCount

        public final Long totalCount()

        The total number of buckets.

        Returns:
        The total number of buckets.
      • totalSizeInBytes

        public final Long totalSizeInBytes()

        The total storage size, in bytes, of the buckets.

        If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each object in the buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.

        Returns:
        The total storage size, in bytes, of the buckets.

        If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each object in the buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.

      • 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)