Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateStreamResponseOutput
Packages that use RetrieveAndGenerateStreamResponseOutput
Package
Description
-
Uses of RetrieveAndGenerateStreamResponseOutput in software.amazon.awssdk.services.bedrockagentruntime.model
Classes in software.amazon.awssdk.services.bedrockagentruntime.model that implement RetrieveAndGenerateStreamResponseOutputModifier and TypeClassDescriptionclassA citation event.classA guardrail event.classA retrieve and generate output event.Fields in software.amazon.awssdk.services.bedrockagentruntime.model declared as RetrieveAndGenerateStreamResponseOutputModifier and TypeFieldDescriptionstatic final RetrieveAndGenerateStreamResponseOutputRetrieveAndGenerateStreamResponseOutput.UNKNOWNSpecial type ofRetrieveAndGenerateStreamResponseOutputfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RetrieveAndGenerateStreamResponseOutputModifier and TypeMethodDescriptiondefault voidRetrieveAndGenerateStreamResponseHandler.Visitor.visitDefault(RetrieveAndGenerateStreamResponseOutput event) A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RetrieveAndGenerateStreamResponseOutputModifier and TypeMethodDescriptionRetrieveAndGenerateStreamResponseHandler.Visitor.Builder.onDefault(Consumer<RetrieveAndGenerateStreamResponseOutput> c) Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of RetrieveAndGenerateStreamResponseOutput in software.amazon.awssdk.services.bedrockagentruntime.model.retrieveandgeneratestreamresponseoutput
Classes in software.amazon.awssdk.services.bedrockagentruntime.model.retrieveandgeneratestreamresponseoutput that implement RetrieveAndGenerateStreamResponseOutputModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.CitationEventthat represents theRetrieveAndGenerateStreamResponseOutput$citationevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.GuardrailEventthat represents theRetrieveAndGenerateStreamResponseOutput$guardrailevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateOutputEventthat represents theRetrieveAndGenerateStreamResponseOutput$outputevent.