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 using a customer-managed key.
|
ObjectCountByEncryptionType.Builder |
kmsManaged(Long kmsManaged)
The total number of objects that are encrypted using an AWS Key Management Service (AWS KMS) customer master
key (CMK).
|
ObjectCountByEncryptionType.Builder |
s3Managed(Long s3Managed)
The total number of objects that are encrypted using an Amazon S3 managed key.
|
ObjectCountByEncryptionType.Builder |
unencrypted(Long unencrypted)
The total number of objects that aren't encrypted or use client-side encryption.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildObjectCountByEncryptionType.Builder customerManaged(Long customerManaged)
The total number of objects that are encrypted using a customer-managed key. The objects use customer-provided server-side (SSE-C) encryption.
customerManaged - The total number of objects that are encrypted using a customer-managed key. The objects use
customer-provided server-side (SSE-C) encryption.ObjectCountByEncryptionType.Builder kmsManaged(Long kmsManaged)
The total number of objects that are encrypted using an AWS Key Management Service (AWS KMS) customer master key (CMK). The objects use AWS managed AWS KMS (AWS-KMS) encryption or customer managed AWS KMS (SSE-KMS) encryption.
kmsManaged - The total number of objects that are encrypted using an AWS Key Management Service (AWS KMS) customer
master key (CMK). The objects use AWS managed AWS KMS (AWS-KMS) encryption or customer managed AWS KMS
(SSE-KMS) encryption.ObjectCountByEncryptionType.Builder s3Managed(Long s3Managed)
The total number of objects that are encrypted using an Amazon S3 managed key. The objects use Amazon S3 managed (SSE-S3) encryption.
s3Managed - The total number of objects that are encrypted using an Amazon S3 managed key. The objects use Amazon
S3 managed (SSE-S3) encryption.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.Copyright © 2020. All rights reserved.