Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.InvokeAgentRuntimeCommandStreamOutput
Packages that use InvokeAgentRuntimeCommandStreamOutput
Package
Description
-
Uses of InvokeAgentRuntimeCommandStreamOutput in software.amazon.awssdk.services.bedrockagentcore.model
Classes in software.amazon.awssdk.services.bedrockagentcore.model that implement InvokeAgentRuntimeCommandStreamOutputModifier and TypeClassDescriptionclassA structure representing a response chunk that contains exactly one of the possible event types:contentStart,contentDelta, orcontentStop.Fields in software.amazon.awssdk.services.bedrockagentcore.model declared as InvokeAgentRuntimeCommandStreamOutputModifier and TypeFieldDescriptionstatic final InvokeAgentRuntimeCommandStreamOutputInvokeAgentRuntimeCommandStreamOutput.UNKNOWNSpecial type ofInvokeAgentRuntimeCommandStreamOutputfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type InvokeAgentRuntimeCommandStreamOutputModifier and TypeMethodDescriptiondefault voidInvokeAgentRuntimeCommandResponseHandler.Visitor.visitDefault(InvokeAgentRuntimeCommandStreamOutput event) A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type InvokeAgentRuntimeCommandStreamOutputModifier and TypeMethodDescriptionInvokeAgentRuntimeCommandResponseHandler.Visitor.Builder.onDefault(Consumer<InvokeAgentRuntimeCommandStreamOutput> c) Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of InvokeAgentRuntimeCommandStreamOutput in software.amazon.awssdk.services.bedrockagentcore.model.invokeagentruntimecommandstreamoutput
Classes in software.amazon.awssdk.services.bedrockagentcore.model.invokeagentruntimecommandstreamoutput that implement InvokeAgentRuntimeCommandStreamOutputModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.bedrockagentcore.model.ResponseChunkthat represents theInvokeAgentRuntimeCommandStreamOutput$chunkevent.