| Package | Description | 
|---|---|
| com.amazonaws.services.lambda |  | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| InvokeResult | AbstractAWSLambda. invoke(InvokeRequest request) | 
| InvokeResult | AWSLambda. invoke(InvokeRequest invokeRequest)
 Invokes a specific Lambda function. | 
| InvokeResult | AWSLambdaClient. invoke(InvokeRequest request)
 Invokes a specific Lambda function. | 
| Future<InvokeResult> | AWSLambdaAsync. invokeAsync(InvokeRequest invokeRequest)
 Invokes a specific Lambda function. | 
| Future<InvokeResult> | AbstractAWSLambdaAsync. invokeAsync(InvokeRequest request) | 
| Future<InvokeResult> | AWSLambdaAsyncClient. invokeAsync(InvokeRequest request) | 
| Future<InvokeResult> | AWSLambdaAsync. invokeAsync(InvokeRequest invokeRequest,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
 Invokes a specific Lambda function. | 
| Future<InvokeResult> | AbstractAWSLambdaAsync. invokeAsync(InvokeRequest request,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler) | 
| Future<InvokeResult> | AWSLambdaAsyncClient. invokeAsync(InvokeRequest request,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<InvokeResult> | AWSLambdaAsync. invokeAsync(InvokeRequest invokeRequest,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
 Invokes a specific Lambda function. | 
| Future<InvokeResult> | AbstractAWSLambdaAsync. invokeAsync(InvokeRequest request,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler) | 
| Future<InvokeResult> | AWSLambdaAsyncClient. invokeAsync(InvokeRequest request,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| InvokeRequest | InvokeRequest. clone() | 
| InvokeRequest | InvokeRequest. withClientContext(String clientContext)
 Using the  ClientContextyou can pass client-specific information to the Lambda function you are
 invoking. | 
| InvokeRequest | InvokeRequest. withFunctionName(String functionName)
 The Lambda function name. | 
| InvokeRequest | InvokeRequest. withInvocationType(InvocationType invocationType)
 By default, the  InvokeAPI assumesRequestResponseinvocation type. | 
| InvokeRequest | InvokeRequest. withInvocationType(String invocationType)
 By default, the  InvokeAPI assumesRequestResponseinvocation type. | 
| InvokeRequest | InvokeRequest. withLogType(LogType logType)
 You can set this optional parameter to  Tailin the request only if you specify theInvocationTypeparameter with valueRequestResponse. | 
| InvokeRequest | InvokeRequest. withLogType(String logType)
 You can set this optional parameter to  Tailin the request only if you specify theInvocationTypeparameter with valueRequestResponse. | 
| InvokeRequest | InvokeRequest. withPayload(ByteBuffer payload)
 JSON that you want to provide to your Lambda function as input. | 
| InvokeRequest | InvokeRequest. withPayload(String payload)
 JSON that you want to provide to your Lambda function as input. | 
| InvokeRequest | InvokeRequest. withQualifier(String qualifier)
 You can use this optional parameter to specify a Lambda function version or alias name. | 
Copyright © 2018. All rights reserved.