Uses of Interface
org.jclouds.s3.domain.MutableObjectMetadata
-
Packages that use MutableObjectMetadata Package Description org.jclouds.s3.blobstore.functions org.jclouds.s3.domain This package contains the core components of S3.org.jclouds.s3.domain.internal org.jclouds.s3.functions This package contains response handlers for S3 commands. -
-
Uses of MutableObjectMetadata in org.jclouds.s3.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions that return MutableObjectMetadata Modifier and Type Method Description MutableObjectMetadata
BlobToObjectMetadata. apply(BlobMetadata from)
-
Uses of MutableObjectMetadata in org.jclouds.s3.domain
Methods in org.jclouds.s3.domain that return MutableObjectMetadata Modifier and Type Method Description MutableObjectMetadata
S3Object. getMetadata()
Methods in org.jclouds.s3.domain with parameters of type MutableObjectMetadata Modifier and Type Method Description S3Object
S3Object.Factory. create(MutableObjectMetadata metadata)
-
Uses of MutableObjectMetadata in org.jclouds.s3.domain.internal
Classes in org.jclouds.s3.domain.internal that implement MutableObjectMetadata Modifier and Type Class Description class
MutableObjectMetadataImpl
Allows you to manipulate metadata.Methods in org.jclouds.s3.domain.internal that return MutableObjectMetadata Modifier and Type Method Description MutableObjectMetadata
S3ObjectImpl. getMetadata()
Constructors in org.jclouds.s3.domain.internal with parameters of type MutableObjectMetadata Constructor Description S3ObjectImpl(MutableObjectMetadata metadata)
-
Uses of MutableObjectMetadata in org.jclouds.s3.functions
Methods in org.jclouds.s3.functions that return MutableObjectMetadata Modifier and Type Method Description MutableObjectMetadata
ParseObjectMetadataFromHeaders. apply(HttpResponse from)
parses the http response headers to create a newMutableObjectMetadata
object.Methods in org.jclouds.s3.functions with parameters of type MutableObjectMetadata Modifier and Type Method Description protected void
ParseObjectMetadataFromHeaders. addETagTo(HttpResponse from, MutableObjectMetadata metadata)
ETag == Content-MD5
-