| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BucketCountByEncryptionType |
BucketCountByEncryptionType.clone() |
BucketCountByEncryptionType |
GetBucketStatisticsResult.getBucketCountByEncryptionType()
The total number of buckets that use certain types of server-side encryption to encrypt new objects by default.
|
BucketCountByEncryptionType |
BucketCountByEncryptionType.withKmsManaged(Long kmsManaged)
The total number of buckets that use an AWS Key Management Service (AWS KMS) customer master key (CMK) to encrypt
new objects by default.
|
BucketCountByEncryptionType |
BucketCountByEncryptionType.withS3Managed(Long s3Managed)
The total number of buckets that use an Amazon S3 managed key to encrypt new objects by default.
|
BucketCountByEncryptionType |
BucketCountByEncryptionType.withUnencrypted(Long unencrypted)
The total number of buckets that don't encrypt new objects by default.
|
BucketCountByEncryptionType |
BucketCountByEncryptionType.withUnknown(Long unknown)
The total number of buckets that Amazon Macie doesn't have current encryption metadata for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBucketStatisticsResult.setBucketCountByEncryptionType(BucketCountByEncryptionType bucketCountByEncryptionType)
The total number of buckets that use certain types of server-side encryption to encrypt new objects by default.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withBucketCountByEncryptionType(BucketCountByEncryptionType 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.