@Generated(value="software.amazon.awssdk:codegen") public final class BucketStatisticsBySensitivity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BucketStatisticsBySensitivity.Builder,BucketStatisticsBySensitivity>
Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets, grouped by bucket sensitivity score (sensitivityScore). If automated sensitive data discovery is currently disabled for your account, the value for each metric is 0.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BucketStatisticsBySensitivity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BucketStatisticsBySensitivity.Builder |
builder() |
SensitivityAggregations |
classificationError()
The aggregated statistical data for all buckets that have a sensitivity score of -1.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SensitivityAggregations |
notClassified()
The aggregated statistical data for all buckets that have a sensitivity score of 50.
|
SensitivityAggregations |
notSensitive()
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
|
List<SdkField<?>> |
sdkFields() |
SensitivityAggregations |
sensitive()
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
|
static Class<? extends BucketStatisticsBySensitivity.Builder> |
serializableBuilderClass() |
BucketStatisticsBySensitivity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SensitivityAggregations classificationError()
The aggregated statistical data for all buckets that have a sensitivity score of -1.
public final SensitivityAggregations notClassified()
The aggregated statistical data for all buckets that have a sensitivity score of 50.
public final SensitivityAggregations notSensitive()
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
public final SensitivityAggregations sensitive()
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
public BucketStatisticsBySensitivity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BucketStatisticsBySensitivity.Builder,BucketStatisticsBySensitivity>public static BucketStatisticsBySensitivity.Builder builder()
public static Class<? extends BucketStatisticsBySensitivity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.