| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
DataEncryptionMetadata |
DataEncryptionMetadata.clone() |
DataEncryptionMetadata |
Collaboration.getDataEncryptionMetadata()
The settings for client-side encryption for cryptographic computing.
|
DataEncryptionMetadata |
CreateCollaborationRequest.getDataEncryptionMetadata()
The settings for client-side encryption with Cryptographic Computing for Clean Rooms.
|
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 |
Collaboration.setDataEncryptionMetadata(DataEncryptionMetadata dataEncryptionMetadata)
The settings for client-side encryption for cryptographic computing.
|
void |
CreateCollaborationRequest.setDataEncryptionMetadata(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.
|
CreateCollaborationRequest |
CreateCollaborationRequest.withDataEncryptionMetadata(DataEncryptionMetadata dataEncryptionMetadata)
The settings for client-side encryption with Cryptographic Computing for Clean Rooms.
|
Copyright © 2023. All rights reserved.