@Generated(value="software.amazon.awssdk:codegen") public final class BucketCountByEncryptionType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BucketCountByEncryptionType.Builder,BucketCountByEncryptionType>
Provides information about the number of S3 buckets whose settings do or don't specify default server-side encryption behavior for objects that are added to the buckets. For detailed information about these settings, see Setting default server-side encryption behavior for Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BucketCountByEncryptionType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BucketCountByEncryptionType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
kmsManaged()
The total number of buckets whose default encryption settings are configured to encrypt new objects with an
Amazon Web Services managed KMS key or a customer managed KMS key.
|
Long |
s3Managed()
The total number of buckets whose default encryption settings are configured to encrypt new objects with an
Amazon S3 managed key.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BucketCountByEncryptionType.Builder> |
serializableBuilderClass() |
BucketCountByEncryptionType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
unencrypted()
The total number of buckets that don't specify default server-side encryption behavior for new objects.
|
Long |
unknown()
The total number of buckets that Amazon Macie doesn't have current encryption metadata for.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long kmsManaged()
The total number of buckets whose default encryption settings are configured to encrypt new objects with an Amazon Web Services managed KMS key or a customer managed KMS key. By default, these buckets encrypt new objects automatically using SSE-KMS encryption.
The total number of buckets whose default encryption settings are configured to encrypt new objects with an Amazon Web Services managed KMS key or a customer managed KMS key. By default, these buckets encrypt new objects automatically using SSE-KMS encryption.
public final Long s3Managed()
The total number of buckets whose default encryption settings are configured to encrypt new objects with an Amazon S3 managed key. By default, these buckets encrypt new objects automatically using SSE-S3 encryption.
public final Long unencrypted()
The total number of buckets that don't specify default server-side encryption behavior for new objects. Default encryption settings aren't configured for these buckets.
public final Long unknown()
The total number of buckets that Amazon Macie doesn't have current encryption metadata for. Macie can't provide current data about the default encryption settings for these buckets.
public BucketCountByEncryptionType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BucketCountByEncryptionType.Builder,BucketCountByEncryptionType>public static BucketCountByEncryptionType.Builder builder()
public static Class<? extends BucketCountByEncryptionType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.