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