Uses of Class
software.amazon.awssdk.services.cleanrooms.model.DataEncryptionMetadata
-
Packages that use DataEncryptionMetadata Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of DataEncryptionMetadata in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return DataEncryptionMetadata Modifier and Type Method Description DataEncryptionMetadataCollaboration. dataEncryptionMetadata()The settings for client-side encryption for cryptographic computing.DataEncryptionMetadataCreateCollaborationRequest. dataEncryptionMetadata()The settings for client-side encryption with Cryptographic Computing for Clean Rooms.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type DataEncryptionMetadata Modifier and Type Method Description Collaboration.BuilderCollaboration.Builder. dataEncryptionMetadata(DataEncryptionMetadata dataEncryptionMetadata)The settings for client-side encryption for cryptographic computing.CreateCollaborationRequest.BuilderCreateCollaborationRequest.Builder. dataEncryptionMetadata(DataEncryptionMetadata dataEncryptionMetadata)The settings for client-side encryption with Cryptographic Computing for Clean Rooms.
-