| 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 that use an AWS Key Management Service (AWS KMS) customer master key (CMK) to
encrypt objects.
|
BucketCountByEncryptionType.Builder |
BucketCountByEncryptionType.Builder.s3Managed(Long s3Managed)
The total number of buckets that use an Amazon S3 managed key to encrypt objects.
|
BucketCountByEncryptionType.Builder |
BucketCountByEncryptionType.toBuilder() |
BucketCountByEncryptionType.Builder |
BucketCountByEncryptionType.Builder.unencrypted(Long unencrypted)
The total number of buckets that don't encrypt objects by default.
|
| 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, grouped by server-side encryption type.
|
Copyright © 2020. All rights reserved.