Uses of Class
com.azure.cosmos.encryption.CosmosEncryptionAsyncContainer
Packages that use CosmosEncryptionAsyncContainer
Package
Description
This package provides Encryption interfaces for interacting with Azure Cosmos DB.
-
Uses of CosmosEncryptionAsyncContainer in com.azure.cosmos.encryption
Methods in com.azure.cosmos.encryption that return CosmosEncryptionAsyncContainerModifier and TypeMethodDescriptionCosmosEncryptionAsyncDatabase.getCosmosEncryptionAsyncContainer
(CosmosAsyncContainer container) Gets a Container with Encryption capabilitiesCosmosEncryptionAsyncDatabase.getCosmosEncryptionAsyncContainer
(String containerId) Gets a Container with Encryption capabilitiesMethods in com.azure.cosmos.encryption with parameters of type CosmosEncryptionAsyncContainerModifier and TypeMethodDescriptionChangeFeedEncryptionProcessorBuilder.feedContainer
(CosmosEncryptionAsyncContainer feedContainer) Sets an existingCosmosEncryptionAsyncContainer
to be used to read from the monitored container.