Uses of Class
com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Packages that use BlockBlobAsyncClient 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 BlockBlobAsyncClient in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlockBlobAsyncClient Modifier and Type Method Description BlockBlobAsyncClientBlobAsyncClient. getBlockBlobAsyncClient()Creates a newBlockBlobAsyncClientassociated with this blob. -
Uses of BlockBlobAsyncClient in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return BlockBlobAsyncClient Modifier and Type Method Description BlockBlobAsyncClientSpecializedBlobClientBuilder. buildBlockBlobAsyncClient()Creates aBlockBlobAsyncClientbased on options set in the Builder.BlockBlobAsyncClientBlockBlobAsyncClient. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)Creates a newBlockBlobAsyncClientwith the specifiedcustomerProvidedKey.BlockBlobAsyncClientBlockBlobAsyncClient. getEncryptionScopeAsyncClient(String encryptionScope)Creates a newBlockBlobAsyncClientwith the specifiedencryptionScope.
-