Interface InvokeAgentRuntimeCommandResponseHandler
- All Superinterfaces:
EventStreamResponseHandler<InvokeAgentRuntimeCommandResponse,InvokeAgentRuntimeCommandStreamOutput>
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface InvokeAgentRuntimeCommandResponseHandler
extends EventStreamResponseHandler<InvokeAgentRuntimeCommandResponse,InvokeAgentRuntimeCommandStreamOutput>
Response handler for the InvokeAgentRuntimeCommand API.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder forInvokeAgentRuntimeCommandResponseHandler.static interfaceVisitor for subtypes ofInvokeAgentRuntimeCommandStreamOutput. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionbuilder()Create aInvokeAgentRuntimeCommandResponseHandler.Builder, used to create aInvokeAgentRuntimeCommandResponseHandler.Methods inherited from interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler
complete, exceptionOccurred, onEventStream, responseReceived
-
Method Details
-
builder
Create aInvokeAgentRuntimeCommandResponseHandler.Builder, used to create aInvokeAgentRuntimeCommandResponseHandler.
-