Uses of Class
com.azure.storage.file.datalake.models.CustomerProvidedKey
-
Packages that use CustomerProvidedKey Package Description com.azure.storage.file.datalake 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 CustomerProvidedKey Modifier and Type Method Description CustomerProvidedKey
DataLakePathAsyncClient. getCustomerProvidedKey()
Gets theCpkInfo
used to encrypt this path's content on the server.CustomerProvidedKey
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 CustomerProvidedKey Modifier and Type Method Description DataLakeFileSystemClientBuilder
DataLakeFileSystemClientBuilder. customerProvidedKey(CustomerProvidedKey customerProvidedKey)
Sets thecustomer provided key
that is used to encrypt file contents on the server.DataLakePathClientBuilder
DataLakePathClientBuilder. customerProvidedKey(CustomerProvidedKey customerProvidedKey)
Sets thecustomer provided key
that is used to encrypt blob contents on the server.DataLakeServiceClientBuilder
DataLakeServiceClientBuilder. customerProvidedKey(CustomerProvidedKey customerProvidedKey)
Sets thecustomer provided key
that is used to encrypt file contents on the server.DataLakeDirectoryAsyncClient
DataLakeDirectoryAsyncClient. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)
Creates a newDataLakeDirectoryAsyncClient
with the specifiedcustomerProvidedKey
.DataLakeFileAsyncClient
DataLakeFileAsyncClient. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)
Creates a newDataLakeFileAsyncClient
with the specifiedcustomerProvidedKey
.DataLakePathAsyncClient
DataLakePathAsyncClient. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)
Creates a newDataLakePathAsyncClient
with the specifiedcustomerProvidedKey
.DataLakeDirectoryClient
DataLakeDirectoryClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)
Creates a newDataLakeDirectoryClient
with the specifiedcustomerProvidedKey
.DataLakeFileClient
DataLakeFileClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)
Creates a newDataLakeFileClient
with the specifiedcustomerProvidedKey
.DataLakePathClient
DataLakePathClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)
Creates a newDataLakePathClient
with the specifiedcustomerProvidedKey
.
-