Uses of Class
software.amazon.awscdk.integtests.LambdaInvokeFunction.Builder
Packages that use LambdaInvokeFunction.Builder
-
Uses of LambdaInvokeFunction.Builder in software.amazon.awscdk.integtests
Methods in software.amazon.awscdk.integtests that return LambdaInvokeFunction.BuilderModifier and TypeMethodDescriptionstatic LambdaInvokeFunction.BuilderLambdaInvokeFunction.Builder.functionName(String functionName) (experimental) The name of the function to invoke.LambdaInvokeFunction.Builder.invocationType(InvocationType invocationType) (experimental) The type of invocation to use.(experimental) Whether to return the logs as part of the response.(experimental) Payload to send as part of the invoke.