Uses of Class
com.azure.storage.blob.specialized.BlockBlobAsyncClient
Packages that use BlockBlobAsyncClient
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
- 
Uses of BlockBlobAsyncClient in com.azure.storage.blobMethods in com.azure.storage.blob that return BlockBlobAsyncClientModifier and TypeMethodDescriptionBlobAsyncClient.getBlockBlobAsyncClient()Creates a newBlockBlobAsyncClientassociated with this blob.
- 
Uses of BlockBlobAsyncClient in com.azure.storage.blob.specializedMethods in com.azure.storage.blob.specialized that return BlockBlobAsyncClientModifier and TypeMethodDescriptionSpecializedBlobClientBuilder.buildBlockBlobAsyncClient()Creates aBlockBlobAsyncClientbased on options set in the Builder.BlockBlobAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey) Creates a newBlockBlobAsyncClientwith the specifiedcustomerProvidedKey.BlockBlobAsyncClient.getEncryptionScopeAsyncClient(String encryptionScope) Creates a newBlockBlobAsyncClientwith the specifiedencryptionScope.