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