static ResourceStatistics.Builder |
ResourceStatistics.builder() |
|
ResourceStatistics.Builder |
ResourceStatistics.toBuilder() |
|
ResourceStatistics.Builder |
ResourceStatistics.Builder.totalBytesClassified(Long totalBytesClassified) |
The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.
|
ResourceStatistics.Builder |
ResourceStatistics.Builder.totalDetections(Long totalDetections) |
The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects.
|
ResourceStatistics.Builder |
ResourceStatistics.Builder.totalDetectionsSuppressed(Long totalDetectionsSuppressed) |
The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring
settings for the bucket.
|
ResourceStatistics.Builder |
ResourceStatistics.Builder.totalItemsClassified(Long totalItemsClassified) |
The total number of objects that Amazon Macie has analyzed in the bucket.
|
ResourceStatistics.Builder |
ResourceStatistics.Builder.totalItemsSensitive(Long totalItemsSensitive) |
The total number of the bucket's objects that Amazon Macie has found sensitive data in.
|
ResourceStatistics.Builder |
ResourceStatistics.Builder.totalItemsSkipped(Long totalItemsSkipped) |
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level
issue or error.
|
ResourceStatistics.Builder |
ResourceStatistics.Builder.totalItemsSkippedInvalidEncryption(Long totalItemsSkippedInvalidEncryption) |
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with a key that Macie can't access.
|
ResourceStatistics.Builder |
ResourceStatistics.Builder.totalItemsSkippedInvalidKms(Long totalItemsSkippedInvalidKms) |
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.
|
ResourceStatistics.Builder |
ResourceStatistics.Builder.totalItemsSkippedPermissionDenied(Long totalItemsSkippedPermissionDenied) |
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the permissions
settings for the objects or the permissions settings for the keys that were used to encrypt the objects.
|