Uses of Class
com.azure.storage.blob.specialized.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
Modifier and TypeMethodDescriptionBlobAsyncClient.getPageBlobAsyncClient()
Creates a newPageBlobAsyncClient
associated with this blob. -
Uses of PageBlobAsyncClient in com.azure.storage.blob.specialized
Modifier 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
.