| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
DataEncryptionMetadata |
DataEncryptionMetadata.clone() |
DataEncryptionMetadata |
CreateCollaborationRequest.getDataEncryptionMetadata()
The settings for client-side encryption with Cryptographic Computing for Clean Rooms.
|
DataEncryptionMetadata |
Collaboration.getDataEncryptionMetadata()
The settings for client-side encryption for cryptographic computing.
|
DataEncryptionMetadata |
DataEncryptionMetadata.withAllowCleartext(Boolean allowCleartext)
Indicates whether encrypted tables can contain cleartext data (
TRUE) or are to cryptographically
process every column (FALSE). |
DataEncryptionMetadata |
DataEncryptionMetadata.withAllowDuplicates(Boolean allowDuplicates)
Indicates whether Fingerprint columns can contain duplicate entries (
TRUE) or are to contain only
non-repeated values (FALSE). |
DataEncryptionMetadata |
DataEncryptionMetadata.withAllowJoinsOnColumnsWithDifferentNames(Boolean allowJoinsOnColumnsWithDifferentNames)
Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (
TRUE) or can only be joined on Fingerprint columns of the same name (FALSE). |
DataEncryptionMetadata |
DataEncryptionMetadata.withPreserveNulls(Boolean preserveNulls)
Indicates whether NULL values are to be copied as NULL to encrypted tables (
TRUE) or
cryptographically processed (FALSE). |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCollaborationRequest.setDataEncryptionMetadata(DataEncryptionMetadata dataEncryptionMetadata)
The settings for client-side encryption with Cryptographic Computing for Clean Rooms.
|
void |
Collaboration.setDataEncryptionMetadata(DataEncryptionMetadata dataEncryptionMetadata)
The settings for client-side encryption for cryptographic computing.
|
CreateCollaborationRequest |
CreateCollaborationRequest.withDataEncryptionMetadata(DataEncryptionMetadata dataEncryptionMetadata)
The settings for client-side encryption with Cryptographic Computing for Clean Rooms.
|
Collaboration |
Collaboration.withDataEncryptionMetadata(DataEncryptionMetadata dataEncryptionMetadata)
The settings for client-side encryption for cryptographic computing.
|
Copyright © 2024. All rights reserved.