@Generated(value="software.amazon.awssdk:codegen") public final class SensitivityAggregations extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SensitivityAggregations.Builder,SensitivityAggregations>
Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets. Each field contains aggregated data for all the buckets that have a sensitivity score (sensitivityScore) of a specified value or within a specified range (BucketStatisticsBySensitivity). If automated sensitive data discovery is currently disabled for your account, the value for each field is 0.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SensitivityAggregations.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SensitivityAggregations.Builder |
builder() |
Long |
classifiableSizeInBytes()
The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
publiclyAccessibleCount()
The total number of buckets that are publicly accessible due to a combination of permissions settings for each
bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SensitivityAggregations.Builder> |
serializableBuilderClass() |
SensitivityAggregations.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
totalCount()
The total number of buckets.
|
Long |
totalSizeInBytes()
The total storage size, in bytes, of the buckets.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
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.
public final Long publiclyAccessibleCount()
The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.
public final Long totalCount()
The total number of buckets.
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.
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.
public SensitivityAggregations.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SensitivityAggregations.Builder,SensitivityAggregations>public static SensitivityAggregations.Builder builder()
public static Class<? extends SensitivityAggregations.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.