Uses of Class
com.azure.storage.blob.BlobContainerAsyncClient
-
Packages that use BlobContainerAsyncClient 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 BlobContainerAsyncClient in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlobContainerAsyncClient Modifier and Type Method Description BlobContainerAsyncClientBlobContainerClientBuilder. buildAsyncClient()Creates aBlobContainerAsyncClientfrom the configured options.BlobContainerAsyncClientBlobServiceAsyncClient. getBlobContainerAsyncClient(String containerName)Initializes aBlobContainerAsyncClientobject pointing to the specified container.Methods in com.azure.storage.blob that return types with arguments of type BlobContainerAsyncClient Modifier and Type Method Description Mono<BlobContainerAsyncClient>BlobServiceAsyncClient. createBlobContainer(String containerName)Creates a new container within a storage account.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.Mono<BlobContainerAsyncClient>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 BlobContainerAsyncClient Modifier and Type Method Description BlobContainerAsyncClientBlobAsyncClientBase. getContainerAsyncClient()Get an async client pointing to the parent container.Methods in com.azure.storage.blob.specialized with parameters of type BlobContainerAsyncClient Modifier and Type Method Description BlobLeaseClientBuilderBlobLeaseClientBuilder. containerAsyncClient(BlobContainerAsyncClient blobContainerAsyncClient)Configures the builder based on the passedBlobContainerAsyncClient.SpecializedBlobClientBuilderSpecializedBlobClientBuilder. containerAsyncClient(BlobContainerAsyncClient blobContainerAsyncClient, String blobName)Configures the builder based on theBlobContainerAsyncClientand appends the blob name to the container's URL.
-