Uses of Interface
software.amazon.awssdk.services.lambda.model.InvokeRequest.Builder
Packages that use InvokeRequest.Builder
Package
Description
-
Uses of InvokeRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type InvokeRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<InvokeResponse>LambdaAsyncClient.invoke(Consumer<InvokeRequest.Builder> invokeRequest) Invokes a Lambda function.default InvokeResponseLambdaClient.invoke(Consumer<InvokeRequest.Builder> invokeRequest) Invokes a Lambda function. -
Uses of InvokeRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return InvokeRequest.BuilderModifier and TypeMethodDescriptionstatic InvokeRequest.BuilderInvokeRequest.builder()InvokeRequest.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.InvokeRequest.Builder.durableExecutionName(String durableExecutionName) Optional unique name for the durable execution.InvokeRequest.Builder.functionName(String functionName) The name or ARN of the Lambda function, version, or alias.InvokeRequest.Builder.invocationType(String invocationType) Choose from the following options.InvokeRequest.Builder.invocationType(InvocationType invocationType) Choose from the following options.Set toTailto include the execution log in the response.Set toTailto include the execution log in the response.InvokeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) InvokeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The JSON that you want to provide to your Lambda function as input.Specify a version or alias to invoke a published version of the function.The identifier of the tenant in a multi-tenant Lambda function.InvokeRequest.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type InvokeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeRequest.Builder>InvokeRequest.serializableBuilderClass()