| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceStatistics |
ResourceStatistics.clone() |
ResourceStatistics |
GetResourceProfileResult.getStatistics()
The sensitive data discovery statistics for the bucket.
|
ResourceStatistics |
ResourceStatistics.withTotalBytesClassified(Long totalBytesClassified)
The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.
|
ResourceStatistics |
ResourceStatistics.withTotalDetections(Long totalDetections)
The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects.
|
ResourceStatistics |
ResourceStatistics.withTotalDetectionsSuppressed(Long totalDetectionsSuppressed)
The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring
settings for the bucket.
|
ResourceStatistics |
ResourceStatistics.withTotalItemsClassified(Long totalItemsClassified)
The total number of objects that Amazon Macie has analyzed in the bucket.
|
ResourceStatistics |
ResourceStatistics.withTotalItemsSensitive(Long totalItemsSensitive)
The total number of the bucket's objects that Amazon Macie has found sensitive data in.
|
ResourceStatistics |
ResourceStatistics.withTotalItemsSkipped(Long totalItemsSkipped)
The total number of objects that Amazon Macie hasn't analyzed in the bucket due to an error or issue.
|
ResourceStatistics |
ResourceStatistics.withTotalItemsSkippedInvalidEncryption(Long totalItemsSkippedInvalidEncryption)
The total number of objects that Amazon Macie hasn't analyzed in the bucket because the objects are encrypted
with a key that Macie isn't allowed to use.
|
ResourceStatistics |
ResourceStatistics.withTotalItemsSkippedInvalidKms(Long totalItemsSkippedInvalidKms)
The total number of objects that Amazon Macie hasn't analyzed in the bucket because the objects are encrypted
with an KMS key that was disabled or deleted.
|
ResourceStatistics |
ResourceStatistics.withTotalItemsSkippedPermissionDenied(Long totalItemsSkippedPermissionDenied)
The total number of objects that Amazon Macie hasn't analyzed in the bucket because Macie isn't allowed to access
the objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourceProfileResult.setStatistics(ResourceStatistics statistics)
The sensitive data discovery statistics for the bucket.
|
GetResourceProfileResult |
GetResourceProfileResult.withStatistics(ResourceStatistics statistics)
The sensitive data discovery statistics for the bucket.
|
Copyright © 2023. All rights reserved.