| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model | |
| software.amazon.awssdk.services.s3.model.selectobjectcontenteventstream |
| Modifier and Type | Method and Description |
|---|---|
RecordsEvent |
RecordsEvent.BuilderImpl.build() |
RecordsEvent |
RecordsEvent.copy(Consumer<? super RecordsEvent.Builder> modifier) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SelectObjectContentResponseHandler.Visitor.visitRecords(RecordsEvent event)
Invoked when a
RecordsEvent is encountered. |
| Modifier and Type | Method and Description |
|---|---|
SelectObjectContentResponseHandler.Visitor.Builder |
SelectObjectContentResponseHandler.Visitor.Builder.onRecords(Consumer<RecordsEvent> c)
Callback to invoke when a
RecordsEvent is visited. |
| Constructor and Description |
|---|
BuilderImpl(RecordsEvent model) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRecords
A specialization of
software.amazon.awssdk.services.s3.model.RecordsEvent that represents the
SelectObjectContentEventStream$Records event. |
Copyright © 2022. All rights reserved.