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 MutableBlobProperties
BlobMetadataToBlobProperties. 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 MutableBlobProperties
AzureBlob. getProperties()
Methods in org.jclouds.azureblob.domain with parameters of type MutableBlobProperties Modifier and Type Method Description AzureBlob
AzureBlob.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 class
MutableBlobPropertiesImpl
Allows you to manipulate metadata.Methods in org.jclouds.azureblob.domain.internal that return MutableBlobProperties Modifier and Type Method Description MutableBlobProperties
AzureBlobImpl. 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 MutableBlobProperties
ParseBlobPropertiesFromHeaders. apply(HttpResponse from)
parses the http response headers to create a newMutableBlobProperties
object.
-