Uses of Class
com.azure.storage.blob.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
Modifier and TypeMethodDescriptionBlobContainerClientBuilder.buildAsyncClient()
Creates aBlobContainerAsyncClient
from the configured options.BlobServiceAsyncClient.getBlobContainerAsyncClient
(String containerName) Initializes aBlobContainerAsyncClient
object pointing to the specified container.Modifier 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
Modifier and TypeMethodDescriptionBlobAsyncClientBase.getContainerAsyncClient()
Get an async client pointing to the parent container.Modifier 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.