Uses of Interface
software.amazon.awssdk.services.lambda.model.InvokeWithResponseStreamRequest.Builder
Packages that use InvokeWithResponseStreamRequest.Builder
Package
Description
-
Uses of InvokeWithResponseStreamRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type InvokeWithResponseStreamRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<Void>LambdaAsyncClient.invokeWithResponseStream(Consumer<InvokeWithResponseStreamRequest.Builder> invokeWithResponseStreamRequest, InvokeWithResponseStreamResponseHandler asyncResponseHandler) Configure your Lambda functions to stream response payloads back to clients. -
Uses of InvokeWithResponseStreamRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return InvokeWithResponseStreamRequest.BuilderModifier and TypeMethodDescriptionInvokeWithResponseStreamRequest.builder()InvokeWithResponseStreamRequest.Builder.clientContext(String clientContext) Up to 3,583 bytes of base64-encoded data about the invoking client to pass to the function in the context object.InvokeWithResponseStreamRequest.Builder.functionName(String functionName) The name or ARN of the Lambda function.InvokeWithResponseStreamRequest.Builder.invocationType(String invocationType) Use one of the following options:InvokeWithResponseStreamRequest.Builder.invocationType(ResponseStreamingInvocationType invocationType) Use one of the following options:Set toTailto include the execution log in the response.Set toTailto include the execution log in the response.InvokeWithResponseStreamRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) InvokeWithResponseStreamRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The JSON that you want to provide to your Lambda function as input.The alias name.The identifier of the tenant in a multi-tenant Lambda function.InvokeWithResponseStreamRequest.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type InvokeWithResponseStreamRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeWithResponseStreamRequest.Builder>InvokeWithResponseStreamRequest.serializableBuilderClass()