Uses of Class
com.azure.cosmos.models.CosmosClientEncryptionKeyProperties
Packages that use CosmosClientEncryptionKeyProperties
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosClientEncryptionKeyProperties in com.azure.cosmos
Methods in com.azure.cosmos that return types with arguments of type CosmosClientEncryptionKeyPropertiesModifier and TypeMethodDescriptionCosmosAsyncDatabase.queryClientEncryptionKeys(SqlQuerySpec querySpec) Query for cosmos client encryption keys in a database.CosmosAsyncDatabase.queryClientEncryptionKeys(SqlQuerySpec querySpec, CosmosQueryRequestOptions options) Query for cosmos client encryption keys in a database.CosmosAsyncDatabase.queryClientEncryptionKeys(String query) Query for cosmos client encryption keys in a database.CosmosAsyncDatabase.queryClientEncryptionKeys(String query, CosmosQueryRequestOptions options) Query for cosmos client encryption keys in a database.CosmosAsyncDatabase.readAllClientEncryptionKeys()Reads all cosmos client encryption keys in a database.CosmosAsyncDatabase.readAllClientEncryptionKeys(CosmosQueryRequestOptions options) Reads all cosmos client encryption keys in a database.CosmosDatabase.readAllClientEncryptionKeys()Reads all cosmos client encryption keys in a database.Methods in com.azure.cosmos with parameters of type CosmosClientEncryptionKeyPropertiesModifier and TypeMethodDescriptionCosmosAsyncDatabase.createClientEncryptionKey(CosmosClientEncryptionKeyProperties keyProperties) Creates a client encryption key after subscription the operation will be performed.CosmosAsyncClientEncryptionKey.replace(CosmosClientEncryptionKeyProperties keyProperties) Replace a cosmos client encryption key. -
Uses of CosmosClientEncryptionKeyProperties in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosClientEncryptionKeyPropertiesModifier and TypeMethodDescriptionCosmosClientEncryptionKeyResponse.getProperties()Gets the cosmos client encryption key propertiesCosmosClientEncryptionKeyProperties.setEncryptionAlgorithm(String encryptionAlgorithm) Sets the encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data.CosmosClientEncryptionKeyProperties.setEncryptionKeyWrapMetadata(EncryptionKeyWrapMetadata encryptionKeyWrapMetadata) Sets the metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.Sets the name of the resource.CosmosClientEncryptionKeyProperties.setWrappedDataEncryptionKey(byte[] wrappedDataEncryptionKey) Sets the wrapped form of the client encryption key.