Uses of Interface
org.jclouds.azureblob.domain.MutableBlobProperties
- 
Packages that use MutableBlobProperties Package Description org.jclouds.azureblob.blobstore.functions org.jclouds.azureblob.domain org.jclouds.azureblob.domain.internal org.jclouds.azureblob.functions  - 
- 
Uses of MutableBlobProperties in org.jclouds.azureblob.blobstore.functions
Methods in org.jclouds.azureblob.blobstore.functions that return MutableBlobProperties Modifier and Type Method Description MutableBlobPropertiesBlobMetadataToBlobProperties. apply(BlobMetadata from) - 
Uses of MutableBlobProperties in org.jclouds.azureblob.domain
Methods in org.jclouds.azureblob.domain that return MutableBlobProperties Modifier and Type Method Description MutableBlobPropertiesAzureBlob. getProperties()Methods in org.jclouds.azureblob.domain with parameters of type MutableBlobProperties Modifier and Type Method Description AzureBlobAzureBlob.Factory. create(MutableBlobProperties properties) - 
Uses of MutableBlobProperties in org.jclouds.azureblob.domain.internal
Classes in org.jclouds.azureblob.domain.internal that implement MutableBlobProperties Modifier and Type Class Description classMutableBlobPropertiesImplAllows you to manipulate metadata.Methods in org.jclouds.azureblob.domain.internal that return MutableBlobProperties Modifier and Type Method Description MutableBlobPropertiesAzureBlobImpl. getProperties()Constructors in org.jclouds.azureblob.domain.internal with parameters of type MutableBlobProperties Constructor Description AzureBlobImpl(MutableBlobProperties properties) - 
Uses of MutableBlobProperties in org.jclouds.azureblob.functions
Methods in org.jclouds.azureblob.functions that return MutableBlobProperties Modifier and Type Method Description MutableBlobPropertiesParseBlobPropertiesFromHeaders. apply(HttpResponse from)parses the http response headers to create a newMutableBlobPropertiesobject. 
 -