Uses of Class
com.amazonaws.services.lambda.model.InvokeRequest
Packages that use InvokeRequest
-
Uses of InvokeRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type InvokeRequestModifier and TypeMethodDescriptionAbstractAWSLambda.invoke
(InvokeRequest request) AWSLambda.invoke
(InvokeRequest invokeRequest) Invokes a specific Lambda function.AWSLambdaClient.invoke
(InvokeRequest invokeRequest) Invokes a specific Lambda function.AbstractAWSLambdaAsync.invokeAsync
(InvokeRequest request) AbstractAWSLambdaAsync.invokeAsync
(InvokeRequest request, AsyncHandler<InvokeRequest, InvokeResult> asyncHandler) AWSLambdaAsync.invokeAsync
(InvokeRequest invokeRequest) Invokes a specific Lambda function.AWSLambdaAsync.invokeAsync
(InvokeRequest invokeRequest, AsyncHandler<InvokeRequest, InvokeResult> asyncHandler) Invokes a specific Lambda function.AWSLambdaAsyncClient.invokeAsync
(InvokeRequest request) AWSLambdaAsyncClient.invokeAsync
(InvokeRequest request, AsyncHandler<InvokeRequest, InvokeResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type InvokeRequestModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.invokeAsync
(InvokeRequest request, AsyncHandler<InvokeRequest, InvokeResult> asyncHandler) AWSLambdaAsync.invokeAsync
(InvokeRequest invokeRequest, AsyncHandler<InvokeRequest, InvokeResult> asyncHandler) Invokes a specific Lambda function.AWSLambdaAsyncClient.invokeAsync
(InvokeRequest request, AsyncHandler<InvokeRequest, InvokeResult> asyncHandler) -
Uses of InvokeRequest in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return InvokeRequestModifier and TypeMethodDescriptionInvokeRequest.clone()
InvokeRequest.withClientContext
(String clientContext) Using theClientContext
you can pass client-specific information to the Lambda function you are invoking.InvokeRequest.withFunctionName
(String functionName) The Lambda function name.InvokeRequest.withInvocationType
(InvocationType invocationType) By default, theInvoke
API assumesRequestResponse
invocation type.InvokeRequest.withInvocationType
(String invocationType) By default, theInvoke
API assumesRequestResponse
invocation type.InvokeRequest.withLogType
(LogType logType) You can set this optional parameter toTail
in the request only if you specify theInvocationType
parameter with valueRequestResponse
.InvokeRequest.withLogType
(String logType) You can set this optional parameter toTail
in the request only if you specify theInvocationType
parameter with valueRequestResponse
.InvokeRequest.withPayload
(String payload) JSON that you want to provide to your Lambda function as input.InvokeRequest.withPayload
(ByteBuffer payload) JSON that you want to provide to your Lambda function as input.InvokeRequest.withQualifier
(String qualifier) You can use this optional parameter to specify a Lambda function version or alias name.