Uses of Class
com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
Packages that use BlobLeaseClientBuilder Package Description com.azure.storage.blob.specialized Package containing specialized clients for Azure Storage Blobs. -
-
Uses of BlobLeaseClientBuilder in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return BlobLeaseClientBuilder Modifier and Type Method Description BlobLeaseClientBuilderBlobLeaseClientBuilder. blobAsyncClient(BlobAsyncClientBase blobAsyncClient)Configures the builder based on the passedBlobAsyncClient.BlobLeaseClientBuilderBlobLeaseClientBuilder. blobClient(BlobClientBase blobClient)Configures the builder based on the passedBlobClient.BlobLeaseClientBuilderBlobLeaseClientBuilder. containerAsyncClient(BlobContainerAsyncClient blobContainerAsyncClient)Configures the builder based on the passedBlobContainerAsyncClient.BlobLeaseClientBuilderBlobLeaseClientBuilder. containerClient(BlobContainerClient blobContainerClient)Configures the builder based on the passedBlobContainerClient.BlobLeaseClientBuilderBlobLeaseClientBuilder. leaseId(String leaseId)Sets the identifier for the lease.
-