| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
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 hasn't analyzed in the bucket due to an error or issue.
|
ResourceStatistics.Builder |
ResourceStatistics.Builder.totalItemsSkippedInvalidEncryption(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.Builder |
ResourceStatistics.Builder.totalItemsSkippedInvalidKms(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.Builder |
ResourceStatistics.Builder.totalItemsSkippedPermissionDenied(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 |
|---|---|
static Class<? extends ResourceStatistics.Builder> |
ResourceStatistics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetResourceProfileResponse.Builder |
GetResourceProfileResponse.Builder.statistics(Consumer<ResourceStatistics.Builder> statistics)
The sensitive data discovery statistics for the bucket.
|
Copyright © 2023. All rights reserved.