Uses of Interface
org.jclouds.s3.domain.MutableObjectMetadata

Packages that use MutableObjectMetadata
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
 MutableObjectMetadata BlobToObjectMetadata.apply(BlobMetadata from)
           
 

Uses of MutableObjectMetadata in org.jclouds.s3.domain
 

Methods in org.jclouds.s3.domain that return MutableObjectMetadata
 MutableObjectMetadata S3Object.getMetadata()
           
 

Methods in org.jclouds.s3.domain with parameters of type MutableObjectMetadata
 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
 class MutableObjectMetadataImpl
          Allows you to manipulate metadata.
 

Methods in org.jclouds.s3.domain.internal that return MutableObjectMetadata
 MutableObjectMetadata S3ObjectImpl.getMetadata()
          
 

Constructors in org.jclouds.s3.domain.internal with parameters of type MutableObjectMetadata
S3ObjectImpl(MutableObjectMetadata metadata)
           
 

Uses of MutableObjectMetadata in org.jclouds.s3.functions
 

Methods in org.jclouds.s3.functions that return MutableObjectMetadata
 MutableObjectMetadata ParseObjectMetadataFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new org.jclouds.s3.domain.internal.MutableObjectMetadata object.
 

Methods in org.jclouds.s3.functions with parameters of type MutableObjectMetadata
protected  void ParseObjectMetadataFromHeaders.addETagTo(HttpResponse from, MutableObjectMetadata metadata)
          ETag == Content-MD5
 



Copyright © 2009-2012 jclouds. All Rights Reserved.