| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Void> |
LambdaAsyncClient.invokeWithResponseStream(Consumer<InvokeWithResponseStreamRequest.Builder> invokeWithResponseStreamRequest,
InvokeWithResponseStreamResponseHandler asyncResponseHandler)
Configure your Lambda functions to stream response payloads back to clients.
|
default CompletableFuture<Void> |
LambdaAsyncClient.invokeWithResponseStream(InvokeWithResponseStreamRequest invokeWithResponseStreamRequest,
InvokeWithResponseStreamResponseHandler asyncResponseHandler)
Configure your Lambda functions to stream response payloads back to clients.
|
| Modifier and Type | Method and Description |
|---|---|
InvokeWithResponseStreamResponseHandler |
InvokeWithResponseStreamResponseHandler.Builder.build() |
Copyright © 2023. All rights reserved.