| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectCountByEncryptionType.Builder |
ObjectCountByEncryptionType.builder() |
ObjectCountByEncryptionType.Builder |
ObjectCountByEncryptionType.Builder.customerManaged(Long customerManaged)
The total number of objects that are encrypted using a customer-managed key.
|
ObjectCountByEncryptionType.Builder |
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 |
ObjectCountByEncryptionType.Builder.s3Managed(Long s3Managed)
The total number of objects that are encrypted using an Amazon S3 managed key.
|
ObjectCountByEncryptionType.Builder |
ObjectCountByEncryptionType.toBuilder() |
ObjectCountByEncryptionType.Builder |
ObjectCountByEncryptionType.Builder.unencrypted(Long unencrypted)
The total number of objects that aren't encrypted or use client-side encryption.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ObjectCountByEncryptionType.Builder> |
ObjectCountByEncryptionType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BucketMetadata.Builder |
BucketMetadata.Builder.objectCountByEncryptionType(Consumer<ObjectCountByEncryptionType.Builder> objectCountByEncryptionType)
The total number of objects that are in the bucket, grouped by server-side encryption type.
|
Copyright © 2020. All rights reserved.