Uses of Class
com.amazonaws.services.lambda.model.InvokeRequest
-
Packages that use InvokeRequest Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of InvokeRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type InvokeRequest Modifier and Type Method Description InvokeResultAbstractAWSLambda. invoke(InvokeRequest request)InvokeResultAWSLambda. invoke(InvokeRequest invokeRequest)Invokes a specific Lambda function.InvokeResultAWSLambdaClient. invoke(InvokeRequest invokeRequest)Invokes a specific Lambda function.Future<InvokeResult>AbstractAWSLambdaAsync. invokeAsync(InvokeRequest request)Future<InvokeResult>AbstractAWSLambdaAsync. invokeAsync(InvokeRequest request, AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)Future<InvokeResult>AWSLambdaAsync. invokeAsync(InvokeRequest invokeRequest)Invokes a specific Lambda function.Future<InvokeResult>AWSLambdaAsync. invokeAsync(InvokeRequest invokeRequest, AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)Invokes a specific Lambda function.Future<InvokeResult>AWSLambdaAsyncClient. invokeAsync(InvokeRequest request)Future<InvokeResult>AWSLambdaAsyncClient. invokeAsync(InvokeRequest request, AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)Method parameters in com.amazonaws.services.lambda with type arguments of type InvokeRequest Modifier and Type Method Description Future<InvokeResult>AbstractAWSLambdaAsync. invokeAsync(InvokeRequest request, AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)Future<InvokeResult>AWSLambdaAsync. invokeAsync(InvokeRequest invokeRequest, AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)Invokes a specific Lambda function.Future<InvokeResult>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 InvokeRequest Modifier and Type Method Description InvokeRequestInvokeRequest. clone()InvokeRequestInvokeRequest. withClientContext(String clientContext)Using theClientContextyou can pass client-specific information to the Lambda function you are invoking.InvokeRequestInvokeRequest. withFunctionName(String functionName)The Lambda function name.InvokeRequestInvokeRequest. withInvocationType(InvocationType invocationType)By default, theInvokeAPI assumesRequestResponseinvocation type.InvokeRequestInvokeRequest. withInvocationType(String invocationType)By default, theInvokeAPI assumesRequestResponseinvocation type.InvokeRequestInvokeRequest. withLogType(LogType logType)You can set this optional parameter toTailin the request only if you specify theInvocationTypeparameter with valueRequestResponse.InvokeRequestInvokeRequest. withLogType(String logType)You can set this optional parameter toTailin the request only if you specify theInvocationTypeparameter with valueRequestResponse.InvokeRequestInvokeRequest. withPayload(String payload)JSON that you want to provide to your Lambda function as input.InvokeRequestInvokeRequest. withPayload(ByteBuffer payload)JSON that you want to provide to your Lambda function as input.InvokeRequestInvokeRequest. withQualifier(String qualifier)You can use this optional parameter to specify a Lambda function version or alias name.
-