Class | Description |
---|---|
Bucket |
A class representing a single bucket.
|
CallingFormat |
Calling formats.
|
CanonicalString |
Creates canonical strings for authorization purposes by hashing
the request against an authorization key.
|
Connection |
A stateless connection to the Amazon S3 system which uses the REST API.
|
Entry |
A structure representing a single object stored in S3.
|
GetResponse |
Returned by the
Connection.get(Bucket, String) methods. |
GetStreamResponse |
A Response object returned from Connection.getStream().
|
Headers |
HTTP header wrapper.
|
ISO801DateFormat |
Date format used by Amazon S3.
|
ListAllBucketsResponse |
Response for listing all buckets.
|
ListResponse | |
ListResponse.CommonPrefixEntry |
Prefix entry.
|
LocationResponse |
A Response object returned from AWSAuthConnection.getBucketLocation().
|
Owner |
A structure representing the owner of an object, used as a part of ListEntry.
|
QueryGenerator |
Generates URL Query Strings that can be used to perform operations.
|
Response |
The parent class of all other Responses.
|
S3Object |
A representation of a single object stored in S3.
|
Enum | Description |
---|---|
Method |
HTTP Methods.
|
Copyright © 2013. All Rights Reserved.