@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 that use certain types of server-side encryption by default or don't encrypt new objects by default. 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 that use an KMS key to encrypt new objects by default, either an Amazon Web Services
managed key or a customer managed key.
|
Long |
s3Managed()
The total number of buckets that use an Amazon S3 managed key to encrypt new objects by default.
|
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 encrypt new objects by default.
|
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 that use an KMS key to encrypt new objects by default, either an Amazon Web Services managed key or a customer managed key. These buckets use KMS encryption (SSE-KMS) by default.
The total number of buckets that use an KMS key to encrypt new objects by default, either an Amazon Web Services managed key or a customer managed key. These buckets use KMS encryption (SSE-KMS) by default.
public final Long s3Managed()
The total number of buckets that use an Amazon S3 managed key to encrypt new objects by default. These buckets use Amazon S3 managed encryption (SSE-S3) by default.
public final Long unencrypted()
The total number of buckets that don't encrypt new objects by default. Default encryption is disabled 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 © 2021. All rights reserved.