| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
SensitivityAggregations |
BucketStatisticsBySensitivity.classificationError()
The aggregated statistical data for all buckets that have a sensitivity score of -1.
|
SensitivityAggregations |
BucketStatisticsBySensitivity.notClassified()
The aggregated statistical data for all buckets that have a sensitivity score of 50.
|
SensitivityAggregations |
BucketStatisticsBySensitivity.notSensitive()
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
|
SensitivityAggregations |
BucketStatisticsBySensitivity.sensitive()
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
|
| Modifier and Type | Method and Description |
|---|---|
BucketStatisticsBySensitivity.Builder |
BucketStatisticsBySensitivity.Builder.classificationError(SensitivityAggregations classificationError)
The aggregated statistical data for all buckets that have a sensitivity score of -1.
|
BucketStatisticsBySensitivity.Builder |
BucketStatisticsBySensitivity.Builder.notClassified(SensitivityAggregations notClassified)
The aggregated statistical data for all buckets that have a sensitivity score of 50.
|
BucketStatisticsBySensitivity.Builder |
BucketStatisticsBySensitivity.Builder.notSensitive(SensitivityAggregations notSensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
|
BucketStatisticsBySensitivity.Builder |
BucketStatisticsBySensitivity.Builder.sensitive(SensitivityAggregations sensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
|
Copyright © 2023. All rights reserved.