| 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 KMS key to encrypt new objects by default, either an Amazon Web
Services managed key or a customer managed key.
|
BucketCountByEncryptionType.Builder |
BucketCountByEncryptionType.Builder.s3Managed(Long s3Managed)
The total number of buckets that use an Amazon S3 managed key to encrypt new objects by default.
|
BucketCountByEncryptionType.Builder |
BucketCountByEncryptionType.toBuilder() |
BucketCountByEncryptionType.Builder |
BucketCountByEncryptionType.Builder.unencrypted(Long unencrypted)
The total number of buckets that don't encrypt new objects by default.
|
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 that use certain types of server-side encryption to encrypt new objects by
default.
|
Copyright © 2021. All rights reserved.