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 theCpkInfo
used to encrypt this path's content on the server.DataLakePathClient.getCustomerProvidedKey()
Gets theCpkInfo
used 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 key
that is used to encrypt file contents on the server.DataLakePathClientBuilder.customerProvidedKey
(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided key
that is used to encrypt blob contents on the server.DataLakeServiceClientBuilder.customerProvidedKey
(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided key
that is used to encrypt file contents on the server.DataLakeDirectoryAsyncClient.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newDataLakeDirectoryAsyncClient
with the specifiedcustomerProvidedKey
.DataLakeFileAsyncClient.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newDataLakeFileAsyncClient
with the specifiedcustomerProvidedKey
.DataLakePathAsyncClient.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newDataLakePathAsyncClient
with the specifiedcustomerProvidedKey
.DataLakeDirectoryClient.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newDataLakeDirectoryClient
with the specifiedcustomerProvidedKey
.DataLakeFileClient.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newDataLakeFileClient
with the specifiedcustomerProvidedKey
.DataLakePathClient.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newDataLakePathClient
with the specifiedcustomerProvidedKey
.