public interface ObjectMetadata extends Comparable<ObjectMetadata>
buckets
 and consist of a value, a
 key, metadata, and an access
 control policy.| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
ObjectMetadata.StorageClass  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBucket()  | 
String | 
getCacheControl()
Can be used to specify caching behavior along the request/reply chain. 
 | 
ContentMetadata | 
getContentMetadata()  | 
String | 
getETag()  | 
String | 
getKey()
The key is the handle that you assign to an object that allows you retrieve it later. 
 | 
Date | 
getLastModified()  | 
CanonicalUser | 
getOwner()
Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object. 
 | 
ObjectMetadata.StorageClass | 
getStorageClass()
Currently defaults to 'STANDARD' and not used. 
 | 
URI | 
getUri()  | 
Map<String,String> | 
getUserMetadata()  | 
compareToString getKey()
String getBucket()
URI getUri()
CanonicalUser getOwner()
ObjectMetadata.StorageClass getStorageClass()
String getCacheControl()
Date getLastModified()
String getETag()
ContentMetadata getContentMetadata()
Copyright © 2009-2013 jclouds. All Rights Reserved.