| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectCountByEncryptionType |
ObjectCountByEncryptionType.clone() |
ObjectCountByEncryptionType |
MatchingBucket.getObjectCountByEncryptionType()
The total number of objects that are in the bucket, grouped by server-side encryption type.
|
ObjectCountByEncryptionType |
BucketMetadata.getObjectCountByEncryptionType()
The total number of objects that are in the bucket, grouped by server-side encryption type.
|
ObjectCountByEncryptionType |
ObjectCountByEncryptionType.withCustomerManaged(Long customerManaged)
The total number of objects that are encrypted with a customer-provided key.
|
ObjectCountByEncryptionType |
ObjectCountByEncryptionType.withKmsManaged(Long kmsManaged)
The total number of objects that are encrypted with an KMS key, either an Amazon Web Services managed key or a
customer managed key.
|
ObjectCountByEncryptionType |
ObjectCountByEncryptionType.withS3Managed(Long s3Managed)
The total number of objects that are encrypted with an Amazon S3 managed key.
|
ObjectCountByEncryptionType |
ObjectCountByEncryptionType.withUnencrypted(Long unencrypted)
The total number of objects that aren't encrypted or use client-side encryption.
|
ObjectCountByEncryptionType |
ObjectCountByEncryptionType.withUnknown(Long unknown)
The total number of objects that Amazon Macie doesn't have current encryption metadata for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatchingBucket.setObjectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects that are in the bucket, grouped by server-side encryption type.
|
void |
BucketMetadata.setObjectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects that are in the bucket, grouped by server-side encryption type.
|
MatchingBucket |
MatchingBucket.withObjectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects that are in the bucket, grouped by server-side encryption type.
|
BucketMetadata |
BucketMetadata.withObjectCountByEncryptionType(ObjectCountByEncryptionType objectCountByEncryptionType)
The total number of objects that are in the bucket, grouped by server-side encryption type.
|
Copyright © 2022. All rights reserved.