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