How i can create or delete share access policy using java api.
Unable to get any official documentation for creating access policy using java SDK.
below is the azure blob dependency i am using in my procject
Gradle dependency: compile group: 'com.azure', name: 'azure-storage-blob', version: '12.8.0'
i found some example but looks like it won't belong to the azure-storage-blob dependency that i am using. https://www.programcreek.com/java-api-examples/?api=com.microsoft.azure.storage.blob.SharedAccessBlobPolicy
is there any api in JAVA SDK for creating / deleting shared access policy for blob storage