| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ServerSideEncryption |
ServerSideEncryption.clone() |
ServerSideEncryption |
S3Bucket.getDefaultServerSideEncryption()
The type of server-side encryption that's used by default to encrypt objects in the bucket.
|
ServerSideEncryption |
S3Object.getServerSideEncryption()
The type of server-side encryption that's used to encrypt the object.
|
ServerSideEncryption |
ServerSideEncryption.withEncryptionType(EncryptionType encryptionType)
The server-side encryption algorithm that's used when storing data in the bucket or object.
|
ServerSideEncryption |
ServerSideEncryption.withEncryptionType(String encryptionType)
The server-side encryption algorithm that's used when storing data in the bucket or object.
|
ServerSideEncryption |
ServerSideEncryption.withKmsMasterKeyId(String kmsMasterKeyId)
The Amazon Resource Name (ARN) or unique identifier (key ID) for the KMS key that's used to encrypt data in the
bucket or the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3Bucket.setDefaultServerSideEncryption(ServerSideEncryption defaultServerSideEncryption)
The type of server-side encryption that's used by default to encrypt objects in the bucket.
|
void |
S3Object.setServerSideEncryption(ServerSideEncryption serverSideEncryption)
The type of server-side encryption that's used to encrypt the object.
|
S3Bucket |
S3Bucket.withDefaultServerSideEncryption(ServerSideEncryption defaultServerSideEncryption)
The type of server-side encryption that's used by default to encrypt objects in the bucket.
|
S3Object |
S3Object.withServerSideEncryption(ServerSideEncryption serverSideEncryption)
The type of server-side encryption that's used to encrypt the object.
|
Copyright © 2022. All rights reserved.