Uses of Class
com.azure.storage.blob.specialized.PageBlobAsyncClient
Packages that use PageBlobAsyncClient
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of PageBlobAsyncClient in com.azure.storage.blob
Methods in com.azure.storage.blob that return PageBlobAsyncClientModifier and TypeMethodDescriptionBlobAsyncClient.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 PageBlobAsyncClientModifier and TypeMethodDescriptionSpecializedBlobClientBuilder.buildPageBlobAsyncClient()Creates aPageBlobAsyncClientbased on options set in the Builder.PageBlobAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey) Creates a newPageBlobAsyncClientwith the specifiedcustomerProvidedKey.PageBlobAsyncClient.getEncryptionScopeAsyncClient(String encryptionScope) Creates a newPageBlobAsyncClientwith the specifiedencryptionScope.