Uses of Interface
software.amazon.awssdk.services.macie2.model.ObjectLevelStatistics.Builder
-
Packages that use ObjectLevelStatistics.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of ObjectLevelStatistics.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return ObjectLevelStatistics.Builder Modifier and Type Method Description static ObjectLevelStatistics.BuilderObjectLevelStatistics. builder()ObjectLevelStatistics.BuilderObjectLevelStatistics.Builder. fileType(Long fileType)The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects don't have a file name extension for a supported file or storage format.ObjectLevelStatistics.BuilderObjectLevelStatistics.Builder. storageClass(Long storageClass)The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class.ObjectLevelStatistics.BuilderObjectLevelStatistics. toBuilder()ObjectLevelStatistics.BuilderObjectLevelStatistics.Builder. total(Long total)The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class or don't have a file name extension for a supported file or storage format.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type ObjectLevelStatistics.Builder Modifier and Type Method Description static Class<? extends ObjectLevelStatistics.Builder>ObjectLevelStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type ObjectLevelStatistics.Builder Modifier and Type Method Description default BucketMetadata.BuilderBucketMetadata.Builder. unclassifiableObjectCount(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectCount)The total number of objects that Amazon Macie can't analyze in the bucket.default GetBucketStatisticsResponse.BuilderGetBucketStatisticsResponse.Builder. unclassifiableObjectCount(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectCount)The total number of objects that Amazon Macie can't analyze in the buckets.default MatchingBucket.BuilderMatchingBucket.Builder. unclassifiableObjectCount(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectCount)The total number of objects that Amazon Macie can't analyze in the bucket.default BucketMetadata.BuilderBucketMetadata.Builder. unclassifiableObjectSizeInBytes(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectSizeInBytes)The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.default GetBucketStatisticsResponse.BuilderGetBucketStatisticsResponse.Builder. unclassifiableObjectSizeInBytes(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectSizeInBytes)The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the buckets.default MatchingBucket.BuilderMatchingBucket.Builder. unclassifiableObjectSizeInBytes(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectSizeInBytes)The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.
-