Uses of Interface
org.jclouds.azureblob.domain.AzureBlob
Packages that use AzureBlob
Package
Description
-
Uses of AzureBlob in org.jclouds.azureblob
Methods in org.jclouds.azureblob that return AzureBlobModifier and TypeMethodDescriptionAzureBlobClient.getBlob
(String container, String name, GetOptions... options) The Get Blob operation reads or downloads a blob from the system, including its metadata and properties.AzureBlobClient.newBlob()
Methods in org.jclouds.azureblob with parameters of type AzureBlobModifier and TypeMethodDescriptionThe Put Blob operation creates a new blob or updates the content of an existing blob.AzureBlobClient.putBlockList
(String container, AzureBlob object, List<String> blockIdList) The Put Block List assembles a list of blocks previously uploaded with Put Block into a single blob. -
Uses of AzureBlob in org.jclouds.azureblob.blobstore.functions
Methods in org.jclouds.azureblob.blobstore.functions that return AzureBlobMethods in org.jclouds.azureblob.blobstore.functions with parameters of type AzureBlob -
Uses of AzureBlob in org.jclouds.azureblob.domain
Methods in org.jclouds.azureblob.domain that return AzureBlob -
Uses of AzureBlob in org.jclouds.azureblob.domain.internal
Classes in org.jclouds.azureblob.domain.internal that implement AzureBlobMethods in org.jclouds.azureblob.domain.internal with parameters of type AzureBlob -
Uses of AzureBlob in org.jclouds.azureblob.functions
Methods in org.jclouds.azureblob.functions that return AzureBlob