Package | Description |
---|---|
com.amazonaws.services.lambda |
Synchronous and asynchronous client classes for accessing AWSLambda.
|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda.
|
Modifier and Type | Method and Description |
---|---|
InvokeResult |
AWSLambda.invoke(InvokeRequest invokeRequest)
Invokes a specified Lambda function.
|
InvokeResult |
AWSLambdaClient.invoke(InvokeRequest invokeRequest)
Invokes a specified Lambda function.
|
Future<InvokeResult> |
AWSLambdaAsyncClient.invokeAsync(InvokeRequest invokeRequest)
Invokes a specified Lambda function.
|
Future<InvokeResult> |
AWSLambdaAsync.invokeAsync(InvokeRequest invokeRequest)
Invokes a specified Lambda function.
|
Future<InvokeResult> |
AWSLambdaAsyncClient.invokeAsync(InvokeRequest invokeRequest,
AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
Invokes a specified Lambda function.
|
Future<InvokeResult> |
AWSLambdaAsync.invokeAsync(InvokeRequest invokeRequest,
AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
Invokes a specified Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<InvokeResult> |
AWSLambdaAsyncClient.invokeAsync(InvokeRequest invokeRequest,
AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
Invokes a specified Lambda function.
|
Future<InvokeResult> |
AWSLambdaAsync.invokeAsync(InvokeRequest invokeRequest,
AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
Invokes a specified Lambda function.
|
Modifier and Type | Method and Description |
---|---|
InvokeRequest |
InvokeRequest.clone() |
InvokeRequest |
InvokeRequest.withClientContext(String clientContext)
Using the
ClientContext you 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
Invoke API assumes "RequestResponse"
invocation type. |
InvokeRequest |
InvokeRequest.withInvocationType(String invocationType)
By default, the
Invoke API assumes "RequestResponse"
invocation type. |
InvokeRequest |
InvokeRequest.withLogType(LogType logType)
You can set this optional parameter to "Tail" in the request only if
you specify the
InvocationType parameter with value
"RequestResponse". |
InvokeRequest |
InvokeRequest.withLogType(String logType)
You can set this optional parameter to "Tail" in the request only if
you specify the
InvocationType parameter with value
"RequestResponse". |
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.
|
Copyright © 2015. All rights reserved.