Uses of Interface
software.amazon.awssdk.services.macie2.model.BucketCountByEncryptionType.Builder
-
Packages that use BucketCountByEncryptionType.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of BucketCountByEncryptionType.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return BucketCountByEncryptionType.Builder Modifier and Type Method Description static BucketCountByEncryptionType.BuilderBucketCountByEncryptionType. builder()BucketCountByEncryptionType.BuilderBucketCountByEncryptionType.Builder. kmsManaged(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.BuilderBucketCountByEncryptionType.Builder. s3Managed(Long s3Managed)The total number of buckets whose default encryption settings are configured to encrypt new objects with an Amazon S3 managed key.BucketCountByEncryptionType.BuilderBucketCountByEncryptionType. toBuilder()BucketCountByEncryptionType.BuilderBucketCountByEncryptionType.Builder. unencrypted(Long unencrypted)The total number of buckets that don't specify default server-side encryption behavior for new objects.BucketCountByEncryptionType.BuilderBucketCountByEncryptionType.Builder. unknown(Long unknown)The total number of buckets that Amazon Macie doesn't have current encryption metadata for.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type BucketCountByEncryptionType.Builder Modifier and Type Method Description static Class<? extends BucketCountByEncryptionType.Builder>BucketCountByEncryptionType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type BucketCountByEncryptionType.Builder Modifier and Type Method Description default GetBucketStatisticsResponse.BuilderGetBucketStatisticsResponse.Builder. bucketCountByEncryptionType(Consumer<BucketCountByEncryptionType.Builder> 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.
-