Interface InvokeAgentResponseHandler
-
- All Superinterfaces:
EventStreamResponseHandler<InvokeAgentResponse,ResponseStream>
@Generated("software.amazon.awssdk:codegen") public interface InvokeAgentResponseHandler extends EventStreamResponseHandler<InvokeAgentResponse,ResponseStream>
Response handler for the InvokeAgent API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceInvokeAgentResponseHandler.BuilderBuilder forInvokeAgentResponseHandler.static interfaceInvokeAgentResponseHandler.VisitorVisitor for subtypes ofResponseStream.
-
Method Summary
Static Methods Modifier and Type Method Description static InvokeAgentResponseHandler.Builderbuilder()Create aInvokeAgentResponseHandler.Builder, used to create aInvokeAgentResponseHandler.-
Methods inherited from interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler
complete, exceptionOccurred, onEventStream, responseReceived
-
-
-
-
Method Detail
-
builder
static InvokeAgentResponseHandler.Builder builder()
Create aInvokeAgentResponseHandler.Builder, used to create aInvokeAgentResponseHandler.
-
-