public static interface ObjectCountByEncryptionType.Builder extends SdkPojo, CopyableBuilder<ObjectCountByEncryptionType.Builder,ObjectCountByEncryptionType>
| Modifier and Type | Method and Description |
|---|---|
ObjectCountByEncryptionType.Builder |
customerManaged(Long customerManaged)
The total number of objects that are encrypted with a customer-managed key.
|
ObjectCountByEncryptionType.Builder |
kmsManaged(Long kmsManaged)
The total number of objects that are encrypted with an AWS Key Management Service (AWS KMS) customer master
key (CMK).
|
ObjectCountByEncryptionType.Builder |
s3Managed(Long s3Managed)
The total number of objects that are encrypted with an Amazon S3 managed key.
|
ObjectCountByEncryptionType.Builder |
unencrypted(Long unencrypted)
The total number of objects that aren't encrypted or use client-side encryption.
|
ObjectCountByEncryptionType.Builder |
unknown(Long unknown)
The total number of objects that Amazon Macie doesn't have current encryption metadata for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildObjectCountByEncryptionType.Builder customerManaged(Long customerManaged)
The total number of objects that are encrypted with a customer-managed key. The objects use customer-provided server-side encryption (SSE-C).
customerManaged - The total number of objects that are encrypted with a customer-managed key. The objects use
customer-provided server-side encryption (SSE-C).ObjectCountByEncryptionType.Builder kmsManaged(Long kmsManaged)
The total number of objects that are encrypted with an AWS Key Management Service (AWS KMS) customer master key (CMK). The objects use AWS managed AWS KMS encryption (AWS-KMS) or customer managed AWS KMS encryption (SSE-KMS).
kmsManaged - The total number of objects that are encrypted with an AWS Key Management Service (AWS KMS) customer
master key (CMK). The objects use AWS managed AWS KMS encryption (AWS-KMS) or customer managed AWS KMS
encryption (SSE-KMS).ObjectCountByEncryptionType.Builder s3Managed(Long s3Managed)
The total number of objects that are encrypted with an Amazon S3 managed key. The objects use Amazon S3 managed encryption (SSE-S3).
s3Managed - The total number of objects that are encrypted with an Amazon S3 managed key. The objects use Amazon
S3 managed encryption (SSE-S3).ObjectCountByEncryptionType.Builder unencrypted(Long unencrypted)
The total number of objects that aren't encrypted or use client-side encryption.
unencrypted - The total number of objects that aren't encrypted or use client-side encryption.ObjectCountByEncryptionType.Builder unknown(Long unknown)
The total number of objects that Amazon Macie doesn't have current encryption metadata for. Macie can't provide current data about the encryption settings for these objects.
unknown - The total number of objects that Amazon Macie doesn't have current encryption metadata for. Macie
can't provide current data about the encryption settings for these objects.Copyright © 2021. All rights reserved.