- get(Bucket, String, Headers) - Method in class net.noderunner.amazon.s3.Connection
-
Reads an object from S3.
- get(Bucket, String) - Method in class net.noderunner.amazon.s3.Connection
-
Reads an object from S3.
- get(Bucket, String, Headers) - Method in class net.noderunner.amazon.s3.QueryGenerator
-
- getACL(Bucket, Headers) - Method in class net.noderunner.amazon.s3.Connection
-
Get the ACL for a given bucket
- getACL(Bucket, String, Headers) - Method in class net.noderunner.amazon.s3.Connection
-
Get the ACL for a given object (or bucket, if key is null).
- getACL(Bucket, Headers) - Method in class net.noderunner.amazon.s3.QueryGenerator
-
- getACL(Bucket, String, Headers) - Method in class net.noderunner.amazon.s3.QueryGenerator
-
- getBucketLogging(Bucket, Headers) - Method in class net.noderunner.amazon.s3.Connection
-
Get the logging xml document for a given bucket
- getBucketLogging(Bucket, Headers) - Method in class net.noderunner.amazon.s3.QueryGenerator
-
- getCommonPrefixEntries() - Method in class net.noderunner.amazon.s3.ListResponse
-
A List of CommonPrefixEntry objects representing the common prefixes of the
keys that matched up to the delimiter.
- getContentLength() - Method in class net.noderunner.amazon.s3.Response
-
Returns content length of the response.
- getCreationDate() - Method in class net.noderunner.amazon.s3.Bucket
-
Returns creationDate.
- getData() - Method in class net.noderunner.amazon.s3.S3Object
-
Returns data.
- getDelimiter() - Method in class net.noderunner.amazon.s3.ListResponse
-
Returns delimiter.
- getDisplayName() - Method in class net.noderunner.amazon.s3.Owner
-
Returns displayName.
- getEndpoint(String, int, Bucket) - Method in class net.noderunner.amazon.s3.CallingFormat
-
- getEntries() - Method in class net.noderunner.amazon.s3.ListAllBucketsResponse
-
Returns the bucket entries, unmodifiable.
- getEntries() - Method in class net.noderunner.amazon.s3.ListResponse
-
A List of ListEntry objects representing the objects in the given bucket.
- getETag() - Method in class net.noderunner.amazon.s3.Entry
-
Returns the object's ETag, which can be used for conditional GETs.
- getHeaderField(String) - Method in class net.noderunner.amazon.s3.Response
-
Returns an HTTP header field from the response.
- getHeaders() - Method in class net.noderunner.amazon.s3.Headers
-
Returns headers.
- getHeaders() - Method in class net.noderunner.amazon.s3.Response
-
Returns all HTTP headers.
- getId() - Method in class net.noderunner.amazon.s3.Owner
-
Returns id.
- getInputStream() - Method in class net.noderunner.amazon.s3.GetStreamResponse
-
Returns an input stream for the content.
- getIsTruncated() - Method in class net.noderunner.amazon.s3.ListResponse
-
The delimiter echoed back from the request.
- getKey() - Method in class net.noderunner.amazon.s3.Entry
-
Returns the name of the object
- getLastModified() - Method in class net.noderunner.amazon.s3.Entry
-
The date at which the object was last modified.
- getLength() - Method in class net.noderunner.amazon.s3.GetStreamResponse
-
Returns the content length, if known.
- getLength() - Method in class net.noderunner.amazon.s3.S3Object
-
Returns the length of data.
- getLocation(Bucket) - Method in class net.noderunner.amazon.s3.Connection
-
Returns the bucket location.
- getLocation() - Method in class net.noderunner.amazon.s3.LocationResponse
-
Report the location-constraint for a bucket.
- getMarker() - Method in class net.noderunner.amazon.s3.ListResponse
-
The marker echoed back from the request.
- getMaxKeys() - Method in class net.noderunner.amazon.s3.ListResponse
-
The maxKeys echoed back from the request if specified.
- getMetadata() - Method in class net.noderunner.amazon.s3.S3Object
-
Returns metadata, unmodifiable.
- getName() - Method in class net.noderunner.amazon.s3.Bucket
-
Returns name.
- getName() - Method in class net.noderunner.amazon.s3.ListResponse
-
The name of the bucket being listed.
- getNextMarker() - Method in class net.noderunner.amazon.s3.ListResponse
-
Indicates what to use as a marker for subsequent list requests in the event
that the results are truncated.
- getObject() - Method in class net.noderunner.amazon.s3.GetResponse
-
Returns the S3 object.
- getOwner() - Method in class net.noderunner.amazon.s3.Entry
-
Returns the object's owner
- getPathBase(Bucket, String) - Method in class net.noderunner.amazon.s3.CallingFormat
-
- getPort() - Method in class net.noderunner.amazon.s3.emulator.Server
-
Listening port.
- getPrefix() - Method in class net.noderunner.amazon.s3.ListResponse.CommonPrefixEntry
-
Returns prefix.
- getPrefix() - Method in class net.noderunner.amazon.s3.ListResponse
-
The prefix echoed back from the request.
- GetResponse - Class in net.noderunner.amazon.s3
-
- getResponseCode() - Method in class net.noderunner.amazon.s3.Response
-
Returns the HTTP response code.
- getResponseMessage() - Method in class net.noderunner.amazon.s3.Response
-
Returns the HTTP response message.
- getSize() - Method in class net.noderunner.amazon.s3.Entry
-
Returns the size of the object in bytes.
- getStorageClass() - Method in class net.noderunner.amazon.s3.Entry
-
The object's storage class
- getStream(Bucket, String, Headers) - Method in class net.noderunner.amazon.s3.Connection
-
Reads an object from S3, returning a stream to access the data.
- getStream(Bucket, String) - Method in class net.noderunner.amazon.s3.Connection
-
Reads an object from S3, returning a stream to access the data.
- GetStreamResponse - Class in net.noderunner.amazon.s3
-
A Response object returned from Connection.getStream().
- getURI(boolean, String, int, Bucket, String, Map<String, String>) - Method in class net.noderunner.amazon.s3.CallingFormat
-
- getValue(String) - Method in class net.noderunner.amazon.s3.Headers
-
- getValues(String) - Method in class net.noderunner.amazon.s3.Headers
-
Returns a list of values.