Uses of Class
com.azure.storage.blob.specialized.BlockBlobClient
Packages that use 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
Methods in com.azure.storage.blob that return BlockBlobClientModifier and TypeMethodDescriptionBlobClient.getBlockBlobClient()
Creates a newBlockBlobClient
associated with this blob. -
Uses of BlockBlobClient in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return BlockBlobClientModifier 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
.