Uses of Class
com.azure.storage.blob.models.CustomerProvidedKey
Packages that use CustomerProvidedKey
Package
Description
Package containing the classes for BlobServiceClient.
Package containing options model classes used by Azure Storage Blobs.
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.options
Methods in com.azure.storage.blob.options that return CustomerProvidedKeyModifier and TypeMethodDescriptionAppendBlobAppendBlockFromUrlOptions.getSourceCustomerProvidedKey()Gets the optionalCustomerProvidedKeyused for encrypting the source blob.BlobUploadFromUrlOptions.getSourceCustomerProvidedKey()Gets the optionalCustomerProvidedKeyused for encrypting the source blob.BlockBlobStageBlockFromUrlOptions.getSourceCustomerProvidedKey()Gets the optionalCustomerProvidedKeyused for encrypting the source blob.PageBlobUploadPagesFromUrlOptions.getSourceCustomerProvidedKey()Gets the optionalCustomerProvidedKeyused for encrypting the source blob.Methods in com.azure.storage.blob.options with parameters of type CustomerProvidedKeyModifier and TypeMethodDescriptionAppendBlobAppendBlockFromUrlOptions.setSourceCustomerProvidedKey(CustomerProvidedKey sourceCustomerProvidedKey) Sets the optionalCustomerProvidedKeyused for encrypting the source blob.BlobUploadFromUrlOptions.setSourceCustomerProvidedKey(CustomerProvidedKey sourceCustomerProvidedKey) Sets the optionalCustomerProvidedKeyused for encrypting the source blob.BlockBlobStageBlockFromUrlOptions.setSourceCustomerProvidedKey(CustomerProvidedKey sourceCustomerProvidedKey) Sets the optionalCustomerProvidedKeyused for encrypting the source blob.PageBlobUploadPagesFromUrlOptions.setSourceCustomerProvidedKey(CustomerProvidedKey sourceCustomerProvidedKey) Sets the optionalCustomerProvidedKeyused for encrypting the source blob. -
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.