Uses of Class
com.azure.storage.file.datalake.models.CustomerProvidedKey
Packages that use CustomerProvidedKey
Package
Description
Package containing the class required for DataLakeStorageClient.
-
Uses of CustomerProvidedKey in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return CustomerProvidedKeyModifier and TypeMethodDescriptionDataLakePathAsyncClient.getCustomerProvidedKey()Gets theCpkInfoused to encrypt this path's content on the server.DataLakePathClient.getCustomerProvidedKey()Gets theCpkInfoused to encrypt this path's content on the server.Methods in com.azure.storage.file.datalake with parameters of type CustomerProvidedKeyModifier and TypeMethodDescriptionDataLakeFileSystemClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided keythat is used to encrypt file contents on the server.DataLakePathClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided keythat is used to encrypt blob contents on the server.DataLakeServiceClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided keythat is used to encrypt file contents on the server.DataLakeDirectoryAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey) Creates a newDataLakeDirectoryAsyncClientwith the specifiedcustomerProvidedKey.DataLakeFileAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey) Creates a newDataLakeFileAsyncClientwith the specifiedcustomerProvidedKey.DataLakePathAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey) Creates a newDataLakePathAsyncClientwith the specifiedcustomerProvidedKey.DataLakeDirectoryClient.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey) Creates a newDataLakeDirectoryClientwith the specifiedcustomerProvidedKey.DataLakeFileClient.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey) Creates a newDataLakeFileClientwith the specifiedcustomerProvidedKey.DataLakePathClient.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey) Creates a newDataLakePathClientwith the specifiedcustomerProvidedKey.