Uses of Class
software.amazon.awssdk.services.lambda.model.InvokeWithResponseStreamRequest
-
Packages that use InvokeWithResponseStreamRequest Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.transform -
-
Uses of InvokeWithResponseStreamRequest in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda with parameters of type InvokeWithResponseStreamRequest Modifier and Type Method Description default CompletableFuture<Void>LambdaAsyncClient. invokeWithResponseStream(InvokeWithResponseStreamRequest invokeWithResponseStreamRequest, InvokeWithResponseStreamResponseHandler asyncResponseHandler)Configure your Lambda functions to stream response payloads back to clients. -
Uses of InvokeWithResponseStreamRequest in software.amazon.awssdk.services.lambda.transform
Methods in software.amazon.awssdk.services.lambda.transform with parameters of type InvokeWithResponseStreamRequest Modifier and Type Method Description SdkHttpFullRequestInvokeWithResponseStreamRequestMarshaller. marshall(InvokeWithResponseStreamRequest invokeWithResponseStreamRequest)
-