Uses of Class
com.azure.storage.blob.specialized.BlockBlobAsyncClient
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlockBlobAsyncClient in com.azure.storage.blob
Modifier and TypeMethodDescriptionBlobAsyncClient.getBlockBlobAsyncClient()
Creates a newBlockBlobAsyncClient
associated with this blob. -
Uses of BlockBlobAsyncClient in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionSpecializedBlobClientBuilder.buildBlockBlobAsyncClient()
Creates aBlockBlobAsyncClient
based on options set in the Builder.BlockBlobAsyncClient.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newBlockBlobAsyncClient
with the specifiedcustomerProvidedKey
.BlockBlobAsyncClient.getEncryptionScopeAsyncClient
(String encryptionScope) Creates a newBlockBlobAsyncClient
with the specifiedencryptionScope
.