Uses of Interface
org.jclouds.blobstore.domain.MutableBlobMetadata
-
-
Uses of MutableBlobMetadata in org.jclouds.atmos.blobstore.functions
Methods in org.jclouds.atmos.blobstore.functions that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadataObjectToBlobMetadata. apply(AtmosObject from) -
Uses of MutableBlobMetadata in org.jclouds.azureblob.blobstore.functions
Methods in org.jclouds.azureblob.blobstore.functions that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadataBlobPropertiesToBlobMetadata. apply(BlobProperties from) -
Uses of MutableBlobMetadata in org.jclouds.blobstore.domain
Methods in org.jclouds.blobstore.domain that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadataBlob. getMetadata()Methods in org.jclouds.blobstore.domain with parameters of type MutableBlobMetadata Modifier and Type Method Description BlobBlob.Factory. create(MutableBlobMetadata metadata)Creates a blob, optionally setting its metadata to a known value. -
Uses of MutableBlobMetadata in org.jclouds.blobstore.domain.internal
Classes in org.jclouds.blobstore.domain.internal that implement MutableBlobMetadata Modifier and Type Class Description classMutableBlobMetadataImplSystem and user Metadata for theBlob.Methods in org.jclouds.blobstore.domain.internal that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadataBlobImpl. getMetadata()Constructors in org.jclouds.blobstore.domain.internal with parameters of type MutableBlobMetadata Constructor Description BlobImpl(MutableBlobMetadata metadata) -
Uses of MutableBlobMetadata in org.jclouds.blobstore.functions
Methods in org.jclouds.blobstore.functions that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadataParseSystemAndUserMetadataFromHeaders. apply(HttpResponse from)Methods in org.jclouds.blobstore.functions with parameters of type MutableBlobMetadata Modifier and Type Method Description protected voidParseSystemAndUserMetadataFromHeaders. addETagTo(HttpResponse from, MutableBlobMetadata metadata)Constructor parameters in org.jclouds.blobstore.functions with type arguments of type MutableBlobMetadata Constructor Description ParseSystemAndUserMetadataFromHeaders(javax.inject.Provider<MutableBlobMetadata> metadataFactory, DateService dateParser, String metadataPrefix) -
Uses of MutableBlobMetadata in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util that return MutableBlobMetadata Modifier and Type Method Description static MutableBlobMetadataBlobStoreUtils. copy(MutableBlobMetadata in)static MutableBlobMetadataBlobStoreUtils. copy(MutableBlobMetadata in, String newKey)Methods in org.jclouds.blobstore.util with parameters of type MutableBlobMetadata Modifier and Type Method Description static MutableBlobMetadataBlobStoreUtils. copy(MutableBlobMetadata in)static MutableBlobMetadataBlobStoreUtils. copy(MutableBlobMetadata in, String newKey) -
Uses of MutableBlobMetadata in org.jclouds.googlecloudstorage.blobstore.functions
Methods in org.jclouds.googlecloudstorage.blobstore.functions that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadataObjectToBlobMetadata. apply(GoogleCloudStorageObject from) -
Uses of MutableBlobMetadata in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore that return types with arguments of type MutableBlobMetadata Modifier and Type Method Description protected com.google.common.base.Function<SwiftObject,MutableBlobMetadata>RegionScopedSwiftBlobStore. toBlobMetadata(String container) -
Uses of MutableBlobMetadata in org.jclouds.openstack.swift.v1.blobstore.functions
Methods in org.jclouds.openstack.swift.v1.blobstore.functions that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadataToBlobMetadata. apply(SwiftObject from) -
Uses of MutableBlobMetadata in org.jclouds.s3.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadataObjectToBlobMetadata. apply(ObjectMetadata from)
-