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.
|
Modifier and Type | Method and Description |
---|---|
BlobServiceClientBuilder |
BlobServiceClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey)
Sets the
customer provided key that is used to encrypt blob contents on the server. |
BlobClientBuilder |
BlobClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey)
Sets the
customer provided key that is used to encrypt blob contents on the server. |
BlobContainerClientBuilder |
BlobContainerClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey)
Sets the
customer provided key that is used to encrypt blob contents on the server. |
BlobAsyncClient |
BlobAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)
Creates a new
BlobAsyncClient with the specified customerProvidedKey . |
BlobClient |
BlobClient.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)
Creates a new
BlobClient with the specified customerProvidedKey . |
Modifier and Type | Method and Description |
---|---|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey)
Sets the
customer provided key that is used to encrypt blob contents on the server. |
BlobAsyncClientBase |
BlobAsyncClientBase.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)
Creates a new
BlobAsyncClientBase with the specified customerProvidedKey . |
PageBlobAsyncClient |
PageBlobAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)
Creates a new
PageBlobAsyncClient with the specified customerProvidedKey . |
BlockBlobAsyncClient |
BlockBlobAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)
Creates a new
BlockBlobAsyncClient with the specified customerProvidedKey . |
AppendBlobAsyncClient |
AppendBlobAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)
Creates a new
AppendBlobAsyncClient with the specified customerProvidedKey . |
BlobClientBase |
BlobClientBase.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)
Creates a new
BlobClientBase with the specified customerProvidedKey . |
BlockBlobClient |
BlockBlobClient.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)
Creates a new
BlockBlobClient with the specified customerProvidedKey . |
AppendBlobClient |
AppendBlobClient.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)
Creates a new
AppendBlobClient with the specified customerProvidedKey . |
PageBlobClient |
PageBlobClient.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)
Creates a new
PageBlobClient with the specified customerProvidedKey . |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.