Uses of Class
com.azure.storage.file.share.specialized.ShareLeaseClientBuilder
-
Packages that use ShareLeaseClientBuilder Package Description com.azure.storage.file.share.specialized Package containing specialized clients for Azure Storage Files. -
-
Uses of ShareLeaseClientBuilder in com.azure.storage.file.share.specialized
Methods in com.azure.storage.file.share.specialized that return ShareLeaseClientBuilder Modifier and Type Method Description ShareLeaseClientBuilderShareLeaseClientBuilder. fileAsyncClient(ShareFileAsyncClient fileAsyncClient)Configures the builder based on the passedShareFileAsyncClient.ShareLeaseClientBuilderShareLeaseClientBuilder. fileClient(ShareFileClient fileClient)Configures the builder based on the passedShareFileClient.ShareLeaseClientBuilderShareLeaseClientBuilder. leaseId(String leaseId)Sets the identifier for the lease.ShareLeaseClientBuilderShareLeaseClientBuilder. shareAsyncClient(ShareAsyncClient shareAsyncClient)Configures the builder based on the passedShareAsyncClient.ShareLeaseClientBuilderShareLeaseClientBuilder. shareClient(ShareClient shareClient)Configures the builder based on the passedShareClient.
-