| 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 Lambda function. | 
| InvokeResult | AWSLambdaClient. invoke(InvokeRequest request)
 Invokes a Lambda function. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<InvokeResult> | AbstractAWSLambdaAsync. invokeAsync(InvokeRequest request) | 
| Future<InvokeResult> | AWSLambdaAsync. invokeAsync(InvokeRequest invokeRequest)
 Invokes a Lambda function. | 
| Future<InvokeResult> | AWSLambdaAsyncClient. invokeAsync(InvokeRequest request) | 
| Future<InvokeResult> | AbstractAWSLambdaAsync. invokeAsync(InvokeRequest request,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler) | 
| Future<InvokeResult> | AWSLambdaAsync. invokeAsync(InvokeRequest invokeRequest,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
 Invokes a Lambda function. | 
| Future<InvokeResult> | AWSLambdaAsyncClient. invokeAsync(InvokeRequest request,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<InvokeResult> | AbstractAWSLambdaAsync. invokeAsync(InvokeRequest request,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler) | 
| Future<InvokeResult> | AWSLambdaAsync. invokeAsync(InvokeRequest invokeRequest,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
 Invokes a Lambda function. | 
| Future<InvokeResult> | AWSLambdaAsyncClient. invokeAsync(InvokeRequest request,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| InvokeResult | InvokeResult. clone() | 
| InvokeResult | InvokeResult. withExecutedVersion(String executedVersion)
 The version of the function that executed. | 
| InvokeResult | InvokeResult. withFunctionError(String functionError)
 If present, indicates that an error occurred during function execution. | 
| InvokeResult | InvokeResult. withLogResult(String logResult)
 The last 4 KB of the execution log, which is base64-encoded. | 
| InvokeResult | InvokeResult. withPayload(ByteBuffer payload)
 The response from the function, or an error object. | 
| InvokeResult | InvokeResult. withStatusCode(Integer statusCode)
 The HTTP status code is in the 200 range for a successful request. | 
Copyright © 2023. All rights reserved.