| 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 with a customer-provided key.
|
ObjectCountByEncryptionType.Builder |
ObjectCountByEncryptionType.Builder.kmsManaged(Long kmsManaged)
The total number of objects that are encrypted with an KMS key, either an Amazon Web Services managed key or
a customer managed key.
|
ObjectCountByEncryptionType.Builder |
ObjectCountByEncryptionType.Builder.s3Managed(Long s3Managed)
The total number of objects that are encrypted with an Amazon S3 managed key.
|
ObjectCountByEncryptionType.Builder |
ObjectCountByEncryptionType.toBuilder() |
ObjectCountByEncryptionType.Builder |
ObjectCountByEncryptionType.Builder.unencrypted(Long unencrypted)
The total number of objects that use client-side encryption or aren't encrypted.
|
ObjectCountByEncryptionType.Builder |
ObjectCountByEncryptionType.Builder.unknown(Long unknown)
The total number of objects that Amazon Macie doesn't have current encryption metadata for.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ObjectCountByEncryptionType.Builder> |
ObjectCountByEncryptionType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MatchingBucket.Builder |
MatchingBucket.Builder.objectCountByEncryptionType(Consumer<ObjectCountByEncryptionType.Builder> objectCountByEncryptionType)
The total number of objects in the bucket, grouped by server-side encryption type.
|
default BucketMetadata.Builder |
BucketMetadata.Builder.objectCountByEncryptionType(Consumer<ObjectCountByEncryptionType.Builder> objectCountByEncryptionType)
The total number of objects in the bucket, grouped by server-side encryption type.
|
Copyright © 2023. All rights reserved.