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 aBlobClientbased 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 newBlobClientwith the specifiedcustomerProvidedKey.BlobClient.getEncryptionScopeClient(String encryptionScope) Creates a newBlobClientwith the specifiedencryptionScope.BlobClient.getSnapshotClient(String snapshot) Creates a newBlobClientlinked to thesnapshotof this blob resource.BlobClient.getVersionClient(String versionId) Creates a newBlobClientlinked to theversionof this blob resource.