| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BucketCountByEncryptionType |
BucketCountByEncryptionType.clone() |
BucketCountByEncryptionType |
GetBucketStatisticsResult.getBucketCountByEncryptionType()
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.
|
BucketCountByEncryptionType |
BucketCountByEncryptionType.withKmsManaged(Long kmsManaged)
The total number of buckets whose default encryption settings are configured to encrypt new objects with an KMS
key, either an Amazon Web Services managed key or a customer managed key.
|
BucketCountByEncryptionType |
BucketCountByEncryptionType.withS3Managed(Long s3Managed)
The total number of buckets whose default encryption settings are configured to encrypt new objects with an
Amazon S3 managed key.
|
BucketCountByEncryptionType |
BucketCountByEncryptionType.withUnencrypted(Long unencrypted)
The total number of buckets that don't specify default server-side encryption behavior for new objects.
|
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 whose settings do or don't specify default server-side encryption behavior for
objects that are added to the buckets.
|
GetBucketStatisticsResult |
GetBucketStatisticsResult.withBucketCountByEncryptionType(BucketCountByEncryptionType 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 © 2025. All rights reserved.