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 CustomerProvidedKeyDataLakePathAsyncClient. getCustomerProvidedKey()Gets theCpkInfoused to encrypt this path's content on the server.CustomerProvidedKeyDataLakePathClient. getCustomerProvidedKey()Gets theCpkInfoused 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 DataLakeFileSystemClientBuilderDataLakeFileSystemClientBuilder. customerProvidedKey(CustomerProvidedKey customerProvidedKey)Sets thecustomer provided keythat is used to encrypt file contents on the server.DataLakePathClientBuilderDataLakePathClientBuilder. customerProvidedKey(CustomerProvidedKey customerProvidedKey)Sets thecustomer provided keythat is used to encrypt blob contents on the server.DataLakeServiceClientBuilderDataLakeServiceClientBuilder. customerProvidedKey(CustomerProvidedKey customerProvidedKey)Sets thecustomer provided keythat is used to encrypt file contents on the server.DataLakeDirectoryAsyncClientDataLakeDirectoryAsyncClient. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)Creates a newDataLakeDirectoryAsyncClientwith the specifiedcustomerProvidedKey.DataLakeFileAsyncClientDataLakeFileAsyncClient. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)Creates a newDataLakeFileAsyncClientwith the specifiedcustomerProvidedKey.DataLakePathAsyncClientDataLakePathAsyncClient. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)Creates a newDataLakePathAsyncClientwith the specifiedcustomerProvidedKey.DataLakeDirectoryClientDataLakeDirectoryClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)Creates a newDataLakeDirectoryClientwith the specifiedcustomerProvidedKey.DataLakeFileClientDataLakeFileClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)Creates a newDataLakeFileClientwith the specifiedcustomerProvidedKey.DataLakePathClientDataLakePathClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)Creates a newDataLakePathClientwith the specifiedcustomerProvidedKey.
-