| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MutableObjectMetadata | 
BlobToObjectMetadata.apply(BlobMetadata from)  | 
| Modifier and Type | Method and Description | 
|---|---|
MutableObjectMetadata | 
S3Object.getMetadata()  | 
| Modifier and Type | Method and Description | 
|---|---|
S3Object | 
S3Object.Factory.create(MutableObjectMetadata metadata)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MutableObjectMetadataImpl
Allows you to manipulate metadata. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MutableObjectMetadata | 
S3ObjectImpl.getMetadata() | 
| Constructor and Description | 
|---|
S3ObjectImpl(MutableObjectMetadata metadata)  | 
| Modifier and Type | Method and Description | 
|---|---|
MutableObjectMetadata | 
ParseObjectMetadataFromHeaders.apply(HttpResponse from)
parses the http response headers to create a new
  
org.jclouds.s3.domain.internal.MutableObjectMetadata object. | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ParseObjectMetadataFromHeaders.addETagTo(HttpResponse from,
         MutableObjectMetadata metadata)
ETag == Content-MD5 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.