| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectLevelStatistics.Builder |
ObjectLevelStatistics.builder() |
ObjectLevelStatistics.Builder |
ObjectLevelStatistics.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.Builder |
ObjectLevelStatistics.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.Builder |
ObjectLevelStatistics.toBuilder() |
ObjectLevelStatistics.Builder |
ObjectLevelStatistics.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ObjectLevelStatistics.Builder> |
ObjectLevelStatistics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.unclassifiableObjectCount(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectCount)
The total number of objects that Amazon Macie can't analyze in the buckets.
|
default MatchingBucket.Builder |
MatchingBucket.Builder.unclassifiableObjectCount(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectCount)
The total number of objects that Amazon Macie can't analyze in the bucket.
|
default BucketMetadata.Builder |
BucketMetadata.Builder.unclassifiableObjectCount(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectCount)
The total number of objects that Amazon Macie can't analyze in the bucket.
|
default GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.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.Builder |
MatchingBucket.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 BucketMetadata.Builder |
BucketMetadata.Builder.unclassifiableObjectSizeInBytes(Consumer<ObjectLevelStatistics.Builder> unclassifiableObjectSizeInBytes)
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket.
|
Copyright © 2021. All rights reserved.