| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectCountByEncryptionType |
ObjectCountByEncryptionType.clone() |
ObjectCountByEncryptionType |
BucketMetadata.getObjectCountByEncryptionType()
The total number of objects in the bucket, grouped by server-side encryption type.
|
ObjectCountByEncryptionType |
MatchingBucket.getObjectCountByEncryptionType()
The total number of objects in the bucket, grouped by server-side encryption type.
|
ObjectCountByEncryptionType |
ObjectCountByEncryptionType.withCustomerManaged(Long customerManaged)
The total number of objects that are encrypted with customer-provided keys.
|
ObjectCountByEncryptionType |
ObjectCountByEncryptionType.withKmsManaged(Long kmsManaged)
The total number of objects that are encrypted with KMS keys, either Amazon Web Services managed keys or customer
managed keys.
|
ObjectCountByEncryptionType |
ObjectCountByEncryptionType.withS3Managed(Long s3Managed)
The total number of objects that are encrypted with Amazon S3 managed keys.
|
ObjectCountByEncryptionType |
ObjectCountByEncryptionType.withUnencrypted(Long unencrypted)
The total number of objects that use client-side encryption or aren't encrypted.
|
ObjectCountByEncryptionType |
ObjectCountByEncryptionType.withUnknown(Long unknown)
The total number of objects that Amazon Macie doesn't have current encryption metadata for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketMetadata.setObjectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects in the bucket, grouped by server-side encryption type.
|
void |
MatchingBucket.setObjectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects in the bucket, grouped by server-side encryption type.
|
BucketMetadata |
BucketMetadata.withObjectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects in the bucket, grouped by server-side encryption type.
|
MatchingBucket |
MatchingBucket.withObjectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects in the bucket, grouped by server-side encryption type.
|
Copyright © 2025. All rights reserved.