Uses of Class
com.azure.storage.blob.BlobContainerAsyncClient
Packages that use BlobContainerAsyncClient
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobContainerAsyncClient in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlobContainerAsyncClientModifier and TypeMethodDescriptionBlobContainerClientBuilder.buildAsyncClient()
Creates aBlobContainerAsyncClient
from the configured options.BlobServiceAsyncClient.getBlobContainerAsyncClient
(String containerName) Initializes aBlobContainerAsyncClient
object pointing to the specified container.Methods in com.azure.storage.blob that return types with arguments of type BlobContainerAsyncClientModifier and TypeMethodDescriptionBlobServiceAsyncClient.createBlobContainer
(String containerName) Creates a new container within a storage account.BlobServiceAsyncClient.createBlobContainerIfNotExists
(String containerName) Creates a new container within a storage account if it does not exist.Mono
<com.azure.core.http.rest.Response<BlobContainerAsyncClient>> BlobServiceAsyncClient.createBlobContainerIfNotExistsWithResponse
(String containerName, BlobContainerCreateOptions options) Creates a new container within a storage account if it does not exist.Mono
<com.azure.core.http.rest.Response<BlobContainerAsyncClient>> BlobServiceAsyncClient.createBlobContainerWithResponse
(String containerName, Map<String, String> metadata, PublicAccessType accessType) Creates a new container within a storage account.BlobServiceAsyncClient.undeleteBlobContainer
(String deletedContainerName, String deletedContainerVersion) Restores a previously deleted container.Mono
<com.azure.core.http.rest.Response<BlobContainerAsyncClient>> BlobServiceAsyncClient.undeleteBlobContainerWithResponse
(UndeleteBlobContainerOptions options) Restores a previously deleted container. -
Uses of BlobContainerAsyncClient in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return BlobContainerAsyncClientModifier and TypeMethodDescriptionBlobAsyncClientBase.getContainerAsyncClient()
Get an async client pointing to the parent container.Methods in com.azure.storage.blob.specialized with parameters of type BlobContainerAsyncClientModifier and TypeMethodDescriptionBlobLeaseClientBuilder.containerAsyncClient
(BlobContainerAsyncClient blobContainerAsyncClient) Configures the builder based on the passedBlobContainerAsyncClient
.SpecializedBlobClientBuilder.containerAsyncClient
(BlobContainerAsyncClient blobContainerAsyncClient, String blobName) Configures the builder based on theBlobContainerAsyncClient
and appends the blob name to the container's URL.