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