Uses of Class
software.amazon.awssdk.services.macie2.model.SensitivityAggregations
-
Packages that use SensitivityAggregations Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of SensitivityAggregations in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return SensitivityAggregations Modifier and Type Method Description SensitivityAggregationsBucketStatisticsBySensitivity. classificationError()The aggregated statistical data for all buckets that have a sensitivity score of -1.SensitivityAggregationsBucketStatisticsBySensitivity. notClassified()The aggregated statistical data for all buckets that have a sensitivity score of 50.SensitivityAggregationsBucketStatisticsBySensitivity. notSensitive()The aggregated statistical data for all buckets that have a sensitivity score of 1-49.SensitivityAggregationsBucketStatisticsBySensitivity. sensitive()The aggregated statistical data for all buckets that have a sensitivity score of 51-100.Methods in software.amazon.awssdk.services.macie2.model with parameters of type SensitivityAggregations Modifier and Type Method Description BucketStatisticsBySensitivity.BuilderBucketStatisticsBySensitivity.Builder. classificationError(SensitivityAggregations classificationError)The aggregated statistical data for all buckets that have a sensitivity score of -1.BucketStatisticsBySensitivity.BuilderBucketStatisticsBySensitivity.Builder. notClassified(SensitivityAggregations notClassified)The aggregated statistical data for all buckets that have a sensitivity score of 50.BucketStatisticsBySensitivity.BuilderBucketStatisticsBySensitivity.Builder. notSensitive(SensitivityAggregations notSensitive)The aggregated statistical data for all buckets that have a sensitivity score of 1-49.BucketStatisticsBySensitivity.BuilderBucketStatisticsBySensitivity.Builder. sensitive(SensitivityAggregations sensitive)The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
-