Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ResponseStream
-
Packages that use ResponseStream Package Description software.amazon.awssdk.services.bedrockruntime.model software.amazon.awssdk.services.bedrockruntime.model.responsestream -
-
Uses of ResponseStream in software.amazon.awssdk.services.bedrockruntime.model
Classes in software.amazon.awssdk.services.bedrockruntime.model that implement ResponseStream Modifier and Type Class Description classPayloadPartPayload content included in the response.Fields in software.amazon.awssdk.services.bedrockruntime.model declared as ResponseStream Modifier and Type Field Description static ResponseStreamResponseStream. UNKNOWNSpecial type ofResponseStreamfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ResponseStream Modifier and Type Method Description default voidInvokeModelWithResponseStreamResponseHandler.Visitor. visitDefault(ResponseStream event)A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ResponseStream Modifier and Type Method Description InvokeModelWithResponseStreamResponseHandler.Visitor.BuilderInvokeModelWithResponseStreamResponseHandler.Visitor.Builder. onDefault(Consumer<ResponseStream> c)Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of ResponseStream in software.amazon.awssdk.services.bedrockruntime.model.responsestream
Classes in software.amazon.awssdk.services.bedrockruntime.model.responsestream that implement ResponseStream Modifier and Type Class Description classDefaultChunkA specialization ofsoftware.amazon.awssdk.services.bedrockruntime.model.PayloadPartthat represents theResponseStream$chunkevent.
-