Uses of Interface
org.jclouds.azureblob.domain.AzureBlob
- 
Packages that use AzureBlob Package Description org.jclouds.azureblob org.jclouds.azureblob.blobstore.functions org.jclouds.azureblob.domain org.jclouds.azureblob.domain.internal org.jclouds.azureblob.functions  - 
- 
Uses of AzureBlob in org.jclouds.azureblob
Methods in org.jclouds.azureblob that return AzureBlob Modifier and Type Method Description AzureBlobAzureBlobClient. getBlob(String container, String name, GetOptions... options)The Get Blob operation reads or downloads a blob from the system, including its metadata and properties.AzureBlobAzureBlobClient. newBlob()Methods in org.jclouds.azureblob with parameters of type AzureBlob Modifier and Type Method Description StringAzureBlobClient. putBlob(String container, AzureBlob object)The Put Blob operation creates a new blob or updates the content of an existing blob.StringAzureBlobClient. 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 AzureBlob Modifier and Type Method Description AzureBlobBlobToAzureBlob. apply(Blob from)Methods in org.jclouds.azureblob.blobstore.functions with parameters of type AzureBlob Modifier and Type Method Description BlobAzureBlobToBlob. apply(AzureBlob from) - 
Uses of AzureBlob in org.jclouds.azureblob.domain
Methods in org.jclouds.azureblob.domain that return AzureBlob Modifier and Type Method Description AzureBlobAzureBlob.Factory. create(MutableBlobProperties properties) - 
Uses of AzureBlob in org.jclouds.azureblob.domain.internal
Classes in org.jclouds.azureblob.domain.internal that implement AzureBlob Modifier and Type Class Description classAzureBlobImplDefault Implementation ofAzureBlob.Methods in org.jclouds.azureblob.domain.internal with parameters of type AzureBlob Modifier and Type Method Description intAzureBlobImpl. compareTo(AzureBlob o) - 
Uses of AzureBlob in org.jclouds.azureblob.functions
Methods in org.jclouds.azureblob.functions that return AzureBlob Modifier and Type Method Description AzureBlobParseBlobFromHeadersAndHttpContent. apply(HttpResponse from) 
 -