Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.ResponseChunk
Packages that use ResponseChunk
Package
Description
-
Uses of ResponseChunk in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ResponseChunkModifier and TypeMethodDescriptionResponseChunk.BuilderImpl.build()final ResponseChunkResponseChunk.copy(Consumer<? super ResponseChunk.Builder> modifier) Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ResponseChunkModifier and TypeMethodDescriptiondefault voidInvokeAgentRuntimeCommandResponseHandler.Visitor.visitChunk(ResponseChunk event) Invoked when aResponseChunkis encountered.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ResponseChunkModifier and TypeMethodDescriptionInvokeAgentRuntimeCommandResponseHandler.Visitor.Builder.onChunk(Consumer<ResponseChunk> c) Callback to invoke when aResponseChunkis visited.Constructors in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ResponseChunk -
Uses of ResponseChunk in software.amazon.awssdk.services.bedrockagentcore.model.invokeagentruntimecommandstreamoutput
Subclasses of ResponseChunk in software.amazon.awssdk.services.bedrockagentcore.model.invokeagentruntimecommandstreamoutputModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.bedrockagentcore.model.ResponseChunkthat represents theInvokeAgentRuntimeCommandStreamOutput$chunkevent.