|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectMetadata
/** Amazon S3 is designed to store objects. Objects are stored in buckets
and consist of a value
, a
key
, metadata
, and an access
control policy.
Nested Class Summary | |
---|---|
static class |
ObjectMetadata.StorageClass
|
Method Summary | |
---|---|
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()
|
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
String getKey()
String getBucket()
URI getUri()
CanonicalUser getOwner()
ObjectMetadata.StorageClass getStorageClass()
String getCacheControl()
Date getLastModified()
String getETag()
Map<String,String> getUserMetadata()
ContentMetadata getContentMetadata()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |