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 newPageBlobAsyncClient
associated 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 aPageBlobAsyncClient
based on options set in the Builder.PageBlobAsyncClient.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newPageBlobAsyncClient
with the specifiedcustomerProvidedKey
.PageBlobAsyncClient.getEncryptionScopeAsyncClient
(String encryptionScope) Creates a newPageBlobAsyncClient
with the specifiedencryptionScope
.