Uses of Class
com.azure.storage.blob.models.CustomerProvidedKey
-
Packages that use CustomerProvidedKey Package Description com.azure.storage.blob Package containing the classes for BlobServiceClient.com.azure.storage.blob.specialized 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 CustomerProvidedKey Modifier and Type Method Description BlobClientBuilderBlobClientBuilder. customerProvidedKey(CustomerProvidedKey customerProvidedKey)Sets thecustomer provided keythat is used to encrypt blob contents on the server.BlobContainerClientBuilderBlobContainerClientBuilder. customerProvidedKey(CustomerProvidedKey customerProvidedKey)Sets thecustomer provided keythat is used to encrypt blob contents on the server.BlobServiceClientBuilderBlobServiceClientBuilder. customerProvidedKey(CustomerProvidedKey customerProvidedKey)Sets thecustomer provided keythat is used to encrypt blob contents on the server.BlobAsyncClientBlobAsyncClient. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)Creates a newBlobAsyncClientwith the specifiedcustomerProvidedKey.BlobClientBlobClient. 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 CustomerProvidedKey Modifier and Type Method Description SpecializedBlobClientBuilderSpecializedBlobClientBuilder. customerProvidedKey(CustomerProvidedKey customerProvidedKey)Sets thecustomer provided keythat is used to encrypt blob contents on the server.AppendBlobAsyncClientAppendBlobAsyncClient. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)Creates a newAppendBlobAsyncClientwith the specifiedcustomerProvidedKey.BlobAsyncClientBaseBlobAsyncClientBase. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)Creates a newBlobAsyncClientBasewith the specifiedcustomerProvidedKey.BlockBlobAsyncClientBlockBlobAsyncClient. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)Creates a newBlockBlobAsyncClientwith the specifiedcustomerProvidedKey.PageBlobAsyncClientPageBlobAsyncClient. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)Creates a newPageBlobAsyncClientwith the specifiedcustomerProvidedKey.AppendBlobClientAppendBlobClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)Creates a newAppendBlobClientwith the specifiedcustomerProvidedKey.BlobClientBaseBlobClientBase. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)Creates a newBlobClientBasewith the specifiedcustomerProvidedKey.BlockBlobClientBlockBlobClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)Creates a newBlockBlobClientwith the specifiedcustomerProvidedKey.PageBlobClientPageBlobClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)Creates a newPageBlobClientwith the specifiedcustomerProvidedKey.
-