| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BucketServerSideEncryption |
BucketServerSideEncryption.clone() |
BucketServerSideEncryption |
BucketMetadata.getServerSideEncryption()
Specifies whether the bucket encrypts new objects by default and, if so, the type of server-side encryption
that's used.
|
BucketServerSideEncryption |
BucketServerSideEncryption.withKmsMasterKeyId(String kmsMasterKeyId)
The Amazon Resource Name (ARN) or unique identifier (key ID) for the KMS key that's used by default to encrypt
objects that are added to the bucket.
|
BucketServerSideEncryption |
BucketServerSideEncryption.withType(String type)
The type of server-side encryption that's used by default when storing new objects in the bucket.
|
BucketServerSideEncryption |
BucketServerSideEncryption.withType(Type type)
The type of server-side encryption that's used by default when storing new objects in the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketMetadata.setServerSideEncryption(BucketServerSideEncryption serverSideEncryption)
Specifies whether the bucket encrypts new objects by default and, if so, the type of server-side encryption
that's used.
|
BucketMetadata |
BucketMetadata.withServerSideEncryption(BucketServerSideEncryption serverSideEncryption)
Specifies whether the bucket encrypts new objects by default and, if so, the type of server-side encryption
that's used.
|
Copyright © 2021. All rights reserved.