Uses of Class
com.azure.storage.blob.models.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
Modifier and TypeMethodDescriptionBlobClientBuilder.customerProvidedKey
(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided key
that is used to encrypt blob contents on the server.BlobContainerClientBuilder.customerProvidedKey
(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided key
that is used to encrypt blob contents on the server.BlobServiceClientBuilder.customerProvidedKey
(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided key
that is used to encrypt blob contents on the server.BlobAsyncClient.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newBlobAsyncClient
with the specifiedcustomerProvidedKey
.BlobClient.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newBlobClient
with the specifiedcustomerProvidedKey
. -
Uses of CustomerProvidedKey in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionSpecializedBlobClientBuilder.customerProvidedKey
(CustomerProvidedKey customerProvidedKey) Sets thecustomer provided key
that is used to encrypt blob contents on the server.AppendBlobAsyncClient.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newAppendBlobAsyncClient
with the specifiedcustomerProvidedKey
.BlobAsyncClientBase.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newBlobAsyncClientBase
with the specifiedcustomerProvidedKey
.BlockBlobAsyncClient.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newBlockBlobAsyncClient
with the specifiedcustomerProvidedKey
.PageBlobAsyncClient.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newPageBlobAsyncClient
with the specifiedcustomerProvidedKey
.AppendBlobClient.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newAppendBlobClient
with the specifiedcustomerProvidedKey
.BlobClientBase.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newBlobClientBase
with the specifiedcustomerProvidedKey
.BlockBlobClient.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newBlockBlobClient
with the specifiedcustomerProvidedKey
.PageBlobClient.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newPageBlobClient
with the specifiedcustomerProvidedKey
.