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 AzureBlob
AzureBlobClient. getBlob(String container, String name, GetOptions... options)
The Get Blob operation reads or downloads a blob from the system, including its metadata and properties.AzureBlob
AzureBlobClient. newBlob()
Methods in org.jclouds.azureblob with parameters of type AzureBlob Modifier and Type Method Description String
AzureBlobClient. putBlob(String container, AzureBlob object)
The Put Blob operation creates a new blob or updates the content of an existing blob.String
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 AzureBlob Modifier and Type Method Description AzureBlob
BlobToAzureBlob. apply(Blob from)
Methods in org.jclouds.azureblob.blobstore.functions with parameters of type AzureBlob Modifier and Type Method Description Blob
AzureBlobToBlob. 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 AzureBlob
AzureBlob.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 class
AzureBlobImpl
Default Implementation ofAzureBlob
.Methods in org.jclouds.azureblob.domain.internal with parameters of type AzureBlob Modifier and Type Method Description int
AzureBlobImpl. 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 AzureBlob
ParseBlobFromHeadersAndHttpContent. apply(HttpResponse from)
-