| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
SensitivityAggregations |
SensitivityAggregations.clone() |
SensitivityAggregations |
BucketStatisticsBySensitivity.getClassificationError()
The aggregated statistical data for all buckets that have a sensitivity score of -1.
|
SensitivityAggregations |
BucketStatisticsBySensitivity.getNotClassified()
The aggregated statistical data for all buckets that have a sensitivity score of 50.
|
SensitivityAggregations |
BucketStatisticsBySensitivity.getNotSensitive()
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
|
SensitivityAggregations |
BucketStatisticsBySensitivity.getSensitive()
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
|
SensitivityAggregations |
SensitivityAggregations.withClassifiableSizeInBytes(Long classifiableSizeInBytes)
The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets.
|
SensitivityAggregations |
SensitivityAggregations.withPubliclyAccessibleCount(Long publiclyAccessibleCount)
The total number of buckets that are publicly accessible due to a combination of permissions settings for each
bucket.
|
SensitivityAggregations |
SensitivityAggregations.withTotalCount(Long totalCount)
The total number of buckets.
|
SensitivityAggregations |
SensitivityAggregations.withTotalSizeInBytes(Long totalSizeInBytes)
The total storage size, in bytes, of the buckets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketStatisticsBySensitivity.setClassificationError(SensitivityAggregations classificationError)
The aggregated statistical data for all buckets that have a sensitivity score of -1.
|
void |
BucketStatisticsBySensitivity.setNotClassified(SensitivityAggregations notClassified)
The aggregated statistical data for all buckets that have a sensitivity score of 50.
|
void |
BucketStatisticsBySensitivity.setNotSensitive(SensitivityAggregations notSensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
|
void |
BucketStatisticsBySensitivity.setSensitive(SensitivityAggregations sensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
|
BucketStatisticsBySensitivity |
BucketStatisticsBySensitivity.withClassificationError(SensitivityAggregations classificationError)
The aggregated statistical data for all buckets that have a sensitivity score of -1.
|
BucketStatisticsBySensitivity |
BucketStatisticsBySensitivity.withNotClassified(SensitivityAggregations notClassified)
The aggregated statistical data for all buckets that have a sensitivity score of 50.
|
BucketStatisticsBySensitivity |
BucketStatisticsBySensitivity.withNotSensitive(SensitivityAggregations notSensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
|
BucketStatisticsBySensitivity |
BucketStatisticsBySensitivity.withSensitive(SensitivityAggregations sensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
|
Copyright © 2023. All rights reserved.