| Modifier and Type | Class and Description |
|---|---|
class |
InvokeResponseStreamUpdate
A chunk of the streamed response payload.
|
class |
InvokeWithResponseStreamCompleteEvent
A response confirming that the event stream is complete.
|
| Modifier and Type | Field and Description |
|---|---|
static InvokeWithResponseStreamResponseEvent |
InvokeWithResponseStreamResponseEvent.UNKNOWN
Special type of
InvokeWithResponseStreamResponseEvent for unknown types of events that this version of
the SDK does not know about |
| Modifier and Type | Method and Description |
|---|---|
default void |
InvokeWithResponseStreamResponseHandler.Visitor.visitDefault(InvokeWithResponseStreamResponseEvent event)
A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.
|
| Modifier and Type | Method and Description |
|---|---|
InvokeWithResponseStreamResponseHandler.Visitor.Builder |
InvokeWithResponseStreamResponseHandler.Visitor.Builder.onDefault(Consumer<InvokeWithResponseStreamResponseEvent> c)
Callback to invoke when either an unknown event is visited or an unhandled event is visited.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInvokeComplete
A specialization of
software.amazon.awssdk.services.lambda.model.InvokeWithResponseStreamCompleteEvent that
represents the InvokeWithResponseStreamResponseEvent$InvokeComplete event. |
class |
DefaultPayloadChunk
A specialization of
software.amazon.awssdk.services.lambda.model.InvokeResponseStreamUpdate that represents
the InvokeWithResponseStreamResponseEvent$PayloadChunk event. |
Copyright © 2023. All rights reserved.