Uses of Class
com.azure.cosmos.models.CosmosClientEncryptionKeyResponse
Packages that use CosmosClientEncryptionKeyResponse
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of CosmosClientEncryptionKeyResponse in com.azure.cosmos
Methods in com.azure.cosmos that return CosmosClientEncryptionKeyResponseModifier and TypeMethodDescriptionCosmosClientEncryptionKey.read()
Reads a cosmos client encryption keyMethods in com.azure.cosmos that return types with arguments of type CosmosClientEncryptionKeyResponseModifier and TypeMethodDescriptionCosmosAsyncDatabase.createClientEncryptionKey
(CosmosClientEncryptionKeyProperties keyProperties) Creates a client encryption key after subscription the operation will be performed.CosmosAsyncClientEncryptionKey.read()
Reads a cosmos client encryption keyCosmosAsyncClientEncryptionKey.replace
(CosmosClientEncryptionKeyProperties keyProperties) Replace a cosmos client encryption key.