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