| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model | |
| software.amazon.awssdk.services.lambda.model.invokewithresponsestreamresponseevent |
| Modifier and Type | Method and Description |
|---|---|
InvokeResponseStreamUpdate |
InvokeResponseStreamUpdate.BuilderImpl.build() |
InvokeResponseStreamUpdate |
InvokeResponseStreamUpdate.copy(Consumer<? super InvokeResponseStreamUpdate.Builder> modifier) |
| Modifier and Type | Method and Description |
|---|---|
default void |
InvokeWithResponseStreamResponseHandler.Visitor.visitPayloadChunk(InvokeResponseStreamUpdate event)
Invoked when a
InvokeResponseStreamUpdate is encountered. |
| Modifier and Type | Method and Description |
|---|---|
InvokeWithResponseStreamResponseHandler.Visitor.Builder |
InvokeWithResponseStreamResponseHandler.Visitor.Builder.onPayloadChunk(Consumer<InvokeResponseStreamUpdate> c)
Callback to invoke when a
InvokeResponseStreamUpdate is visited. |
| Constructor and Description |
|---|
BuilderImpl(InvokeResponseStreamUpdate model) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPayloadChunk
A specialization of
software.amazon.awssdk.services.lambda.model.InvokeResponseStreamUpdate that represents
the InvokeWithResponseStreamResponseEvent$PayloadChunk event. |
Copyright © 2023. All rights reserved.