Uses of Class
com.azure.resourcemanager.cosmos.models.ClientEncryptionIncludedPath
Packages that use ClientEncryptionIncludedPath
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ClientEncryptionIncludedPath in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ClientEncryptionIncludedPathModifier and TypeMethodDescriptionstatic ClientEncryptionIncludedPath
ClientEncryptionIncludedPath.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ClientEncryptionIncludedPath from the JsonReader.ClientEncryptionIncludedPath.withClientEncryptionKeyId
(String clientEncryptionKeyId) Set the clientEncryptionKeyId property: The identifier of the Client Encryption Key to be used to encrypt the path.ClientEncryptionIncludedPath.withEncryptionAlgorithm
(String encryptionAlgorithm) Set the encryptionAlgorithm property: The encryption algorithm which will be used.ClientEncryptionIncludedPath.withEncryptionType
(String encryptionType) Set the encryptionType property: The type of encryption to be performed.Set the path property: Path that needs to be encrypted.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ClientEncryptionIncludedPathModifier and TypeMethodDescriptionClientEncryptionPolicy.includedPaths()
Get the includedPaths property: Paths of the item that need encryption along with path-specific settings.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type ClientEncryptionIncludedPathModifier and TypeMethodDescriptionClientEncryptionPolicy.withIncludedPaths
(List<ClientEncryptionIncludedPath> includedPaths) Set the includedPaths property: Paths of the item that need encryption along with path-specific settings.