Uses of Class
com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Packages that use PageBlobAsyncClient 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 PageBlobAsyncClient in com.azure.storage.blob
Methods in com.azure.storage.blob that return PageBlobAsyncClient Modifier and Type Method Description PageBlobAsyncClientBlobAsyncClient. getPageBlobAsyncClient()Creates a newPageBlobAsyncClientassociated with this blob. -
Uses of PageBlobAsyncClient in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return PageBlobAsyncClient Modifier and Type Method Description PageBlobAsyncClientSpecializedBlobClientBuilder. buildPageBlobAsyncClient()Creates aPageBlobAsyncClientbased on options set in the Builder.PageBlobAsyncClientPageBlobAsyncClient. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)Creates a newPageBlobAsyncClientwith the specifiedcustomerProvidedKey.PageBlobAsyncClientPageBlobAsyncClient. getEncryptionScopeAsyncClient(String encryptionScope)Creates a newPageBlobAsyncClientwith the specifiedencryptionScope.
-