Uses of Class
com.azure.storage.blob.specialized.BlockBlobClient
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlockBlobClient in com.azure.storage.blob
Modifier and TypeMethodDescriptionBlobClient.getBlockBlobClient()
Creates a newBlockBlobClient
associated with this blob. -
Uses of BlockBlobClient in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionSpecializedBlobClientBuilder.buildBlockBlobClient()
Creates aBlockBlobClient
based on options set in the Builder.BlockBlobClient.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newBlockBlobClient
with the specifiedcustomerProvidedKey
.BlockBlobClient.getEncryptionScopeClient
(String encryptionScope) Creates a newBlockBlobClient
with the specifiedencryptionScope
.