Uses of Class
com.azure.storage.blob.models.CustomerProvidedKey
Packages that use CustomerProvidedKey
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of CustomerProvidedKey in com.azure.storage.blob
Methods in com.azure.storage.blob with parameters of type CustomerProvidedKeyModifier and TypeMethodDescriptionBlobClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided keythat is used to encrypt blob contents on the server.BlobContainerClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided keythat is used to encrypt blob contents on the server.BlobServiceClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided keythat is used to encrypt blob contents on the server.BlobAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey) Creates a newBlobAsyncClientwith the specifiedcustomerProvidedKey.BlobClient.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey) Creates a newBlobClientwith the specifiedcustomerProvidedKey. -
Uses of CustomerProvidedKey in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type CustomerProvidedKeyModifier and TypeMethodDescriptionSpecializedBlobClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided keythat is used to encrypt blob contents on the server.AppendBlobAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey) Creates a newAppendBlobAsyncClientwith the specifiedcustomerProvidedKey.BlobAsyncClientBase.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey) Creates a newBlobAsyncClientBasewith the specifiedcustomerProvidedKey.BlockBlobAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey) Creates a newBlockBlobAsyncClientwith the specifiedcustomerProvidedKey.PageBlobAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey) Creates a newPageBlobAsyncClientwith the specifiedcustomerProvidedKey.AppendBlobClient.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey) Creates a newAppendBlobClientwith the specifiedcustomerProvidedKey.BlobClientBase.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey) Creates a newBlobClientBasewith the specifiedcustomerProvidedKey.BlockBlobClient.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey) Creates a newBlockBlobClientwith the specifiedcustomerProvidedKey.PageBlobClient.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey) Creates a newPageBlobClientwith the specifiedcustomerProvidedKey.