Uses of Class
org.opencastproject.transcription.microsoft.azure.MicrosoftAzureStorageClientException
Packages that use MicrosoftAzureStorageClientException
-
Uses of MicrosoftAzureStorageClientException in org.opencastproject.transcription.microsoft.azure
Methods in org.opencastproject.transcription.microsoft.azure that throw MicrosoftAzureStorageClientExceptionModifier and TypeMethodDescriptionbooleanMicrosoftAzureStorageClient.containerExists(String azureContainerName) voidMicrosoftAzureStorageClient.createContainer(String azureContainerName) voidMicrosoftAzureStorageClient.deleteFile(URL fileUrl) MicrosoftAzureStorageClient.getContainerProperties(String azureContainerName) MicrosoftAzureStorageClient.uploadFile(File trackFile, String azureContainerName, String azureBlobPath, String azureBlobName) Constructors in org.opencastproject.transcription.microsoft.azure that throw MicrosoftAzureStorageClientExceptionModifierConstructorDescriptionMicrosoftAzureAuthorization(String azureStorageAccountName, String azureAccountAccessKey)