| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static BucketCountByEncryptionType.Builder |
BucketCountByEncryptionType.builder() |
BucketCountByEncryptionType.Builder |
BucketCountByEncryptionType.Builder.kmsManaged(Long kmsManaged)
The total number of buckets whose default encryption settings are configured to encrypt new objects with an
Amazon Web Services managed KMS key or a customer managed KMS key.
|
BucketCountByEncryptionType.Builder |
BucketCountByEncryptionType.Builder.s3Managed(Long s3Managed)
The total number of buckets whose default encryption settings are configured to encrypt new objects with an
Amazon S3 managed key.
|
BucketCountByEncryptionType.Builder |
BucketCountByEncryptionType.toBuilder() |
BucketCountByEncryptionType.Builder |
BucketCountByEncryptionType.Builder.unencrypted(Long unencrypted)
The total number of buckets that don't specify default server-side encryption behavior for new objects.
|
BucketCountByEncryptionType.Builder |
BucketCountByEncryptionType.Builder.unknown(Long unknown)
The total number of buckets that Amazon Macie doesn't have current encryption metadata for.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BucketCountByEncryptionType.Builder> |
BucketCountByEncryptionType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetBucketStatisticsResponse.Builder |
GetBucketStatisticsResponse.Builder.bucketCountByEncryptionType(Consumer<BucketCountByEncryptionType.Builder> bucketCountByEncryptionType)
The total number of buckets whose settings do or don't specify default server-side encryption behavior for
objects that are added to the buckets.
|
Copyright © 2023. All rights reserved.