Uses of Class
com.azure.storage.blob.BlobClient
Packages that use BlobClient
-
Uses of BlobClient in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlobClientModifier and TypeMethodDescriptionBlobClientBuilder.buildClient()
Creates aBlobClient
based on options set in the builder.BlobContainerClient.getBlobClient
(String blobName) Initializes a new BlobClient object by concatenating blobName to the end of ContainerAsyncClient's URL.BlobContainerClient.getBlobClient
(String blobName, String snapshot) Initializes a new BlobClient object by concatenating blobName to the end of ContainerAsyncClient's URL.BlobContainerClient.getBlobVersionClient
(String blobName, String versionId) Initializes a new BlobClient object by concatenating blobName to the end of ContainerAsyncClient's URL.BlobClient.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newBlobClient
with the specifiedcustomerProvidedKey
.BlobClient.getEncryptionScopeClient
(String encryptionScope) Creates a newBlobClient
with the specifiedencryptionScope
.BlobClient.getSnapshotClient
(String snapshot) Creates a newBlobClient
linked to thesnapshot
of this blob resource.BlobClient.getVersionClient
(String versionId) Creates a newBlobClient
linked to theversion
of this blob resource.