Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
List<SelectObjectContentEvent> |
SelectObjectContentEventStream.getAllEvents()
Read all of the
SelectObjectContentEvent s from this stream into memory. |
Iterator<SelectObjectContentEvent> |
SelectObjectContentEventStream.getEventsIterator()
Retrieve an iterator over the
SelectObjectContentEvent s in this stream, in the order they are returned by S3. |
SelectRecordsInputStream |
SelectObjectContentEventStream.getRecordsInputStream()
Retrieve an input stream to the subset of the S3 object that matched the query.
|
SelectRecordsInputStream |
SelectObjectContentEventStream.getRecordsInputStream(SelectObjectContentEventVisitor listener)
Retrieve an input stream to the subset of the S3 object that matched the query.
|
void |
SelectObjectContentEventStream.visitAllEvents(SelectObjectContentEventVisitor visitor)
Apply the provided
SelectObjectContentEventVisitor to each SelectObjectContentEvent in this stream
in the order they are returned by S3. |
Copyright © 2021. All rights reserved.