Uses of Class
software.amazon.awssdk.services.s3.model.ContinuationEvent
-
Packages that use ContinuationEvent Package Description software.amazon.awssdk.services.s3.model software.amazon.awssdk.services.s3.model.selectobjectcontenteventstream -
-
Uses of ContinuationEvent in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ContinuationEvent Modifier and Type Method Description ContinuationEventContinuationEvent.BuilderImpl. build()ContinuationEventContinuationEvent. copy(Consumer<? super ContinuationEvent.Builder> modifier)Methods in software.amazon.awssdk.services.s3.model with parameters of type ContinuationEvent Modifier and Type Method Description default voidSelectObjectContentResponseHandler.Visitor. visitCont(ContinuationEvent event)Invoked when aContinuationEventis encountered.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ContinuationEvent Modifier and Type Method Description SelectObjectContentResponseHandler.Visitor.BuilderSelectObjectContentResponseHandler.Visitor.Builder. onCont(Consumer<ContinuationEvent> c)Callback to invoke when aContinuationEventis visited.Constructors in software.amazon.awssdk.services.s3.model with parameters of type ContinuationEvent Constructor Description BuilderImpl(ContinuationEvent model) -
Uses of ContinuationEvent in software.amazon.awssdk.services.s3.model.selectobjectcontenteventstream
Subclasses of ContinuationEvent in software.amazon.awssdk.services.s3.model.selectobjectcontenteventstream Modifier and Type Class Description classDefaultContA specialization ofsoftware.amazon.awssdk.services.s3.model.ContinuationEventthat represents theSelectObjectContentEventStream$Contevent.
-