Uses of Class
com.azure.storage.blob.specialized.BlockBlobClient
-
Packages that use BlockBlobClient 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 BlockBlobClient in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlockBlobClient Modifier and Type Method Description BlockBlobClientBlobClient. getBlockBlobClient()Creates a newBlockBlobClientassociated with this blob. -
Uses of BlockBlobClient in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return BlockBlobClient Modifier and Type Method Description BlockBlobClientSpecializedBlobClientBuilder. buildBlockBlobClient()Creates aBlockBlobClientbased on options set in the Builder.BlockBlobClientBlockBlobClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)Creates a newBlockBlobClientwith the specifiedcustomerProvidedKey.BlockBlobClientBlockBlobClient. getEncryptionScopeClient(String encryptionScope)Creates a newBlockBlobClientwith the specifiedencryptionScope.
-