Uses of Class
software.amazon.awssdk.services.macie2.model.ObjectLevelStatistics
-
Packages that use ObjectLevelStatistics Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of ObjectLevelStatistics in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return ObjectLevelStatistics Modifier and Type Method Description ObjectLevelStatisticsBucketMetadata. unclassifiableObjectCount()The total number of objects that Amazon Macie can't analyze in the bucket.ObjectLevelStatisticsGetBucketStatisticsResponse. unclassifiableObjectCount()The total number of objects that Amazon Macie can't analyze in the buckets.ObjectLevelStatisticsMatchingBucket. unclassifiableObjectCount()The total number of objects that Amazon Macie can't analyze in the bucket.ObjectLevelStatisticsBucketMetadata. unclassifiableObjectSizeInBytes()The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.ObjectLevelStatisticsGetBucketStatisticsResponse. unclassifiableObjectSizeInBytes()The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the buckets.ObjectLevelStatisticsMatchingBucket. unclassifiableObjectSizeInBytes()The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.Methods in software.amazon.awssdk.services.macie2.model with parameters of type ObjectLevelStatistics Modifier and Type Method Description BucketMetadata.BuilderBucketMetadata.Builder. unclassifiableObjectCount(ObjectLevelStatistics unclassifiableObjectCount)The total number of objects that Amazon Macie can't analyze in the bucket.GetBucketStatisticsResponse.BuilderGetBucketStatisticsResponse.Builder. unclassifiableObjectCount(ObjectLevelStatistics unclassifiableObjectCount)The total number of objects that Amazon Macie can't analyze in the buckets.MatchingBucket.BuilderMatchingBucket.Builder. unclassifiableObjectCount(ObjectLevelStatistics unclassifiableObjectCount)The total number of objects that Amazon Macie can't analyze in the bucket.BucketMetadata.BuilderBucketMetadata.Builder. unclassifiableObjectSizeInBytes(ObjectLevelStatistics unclassifiableObjectSizeInBytes)The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.GetBucketStatisticsResponse.BuilderGetBucketStatisticsResponse.Builder. unclassifiableObjectSizeInBytes(ObjectLevelStatistics unclassifiableObjectSizeInBytes)The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the buckets.MatchingBucket.BuilderMatchingBucket.Builder. unclassifiableObjectSizeInBytes(ObjectLevelStatistics unclassifiableObjectSizeInBytes)The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.
-