Package | Description |
---|---|
com.amazonaws.services.s3.iterable | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<S3ObjectSummary> |
S3Objects.S3ObjectIterator.currentIterator |
Modifier and Type | Method and Description |
---|---|
S3ObjectSummary |
S3Objects.S3ObjectIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<S3ObjectSummary> |
S3Objects.iterator() |
Modifier and Type | Field and Description |
---|---|
private java.util.List<S3ObjectSummary> |
ObjectListing.objectSummaries
A list of summary information describing the objects stored in the bucket
|
private java.util.List<S3ObjectSummary> |
ListObjectsV2Result.objectSummaries
A list of summary information describing the objects stored in the bucket
|
Modifier and Type | Method and Description |
---|---|
java.util.List<S3ObjectSummary> |
ObjectListing.getObjectSummaries()
Gets the list of object summaries describing the objects stored in the
S3 bucket.
|
java.util.List<S3ObjectSummary> |
ListObjectsV2Result.getObjectSummaries()
Gets the list of object summaries describing the objects stored in the
S3 bucket.
|
Modifier and Type | Field and Description |
---|---|
private S3ObjectSummary |
XmlResponsesSaxParser.ListBucketHandler.currentObject |
private S3ObjectSummary |
XmlResponsesSaxParser.ListObjectsV2Handler.currentObject |