Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
Future<InvokeAsyncResult> |
AbstractAWSLambdaAsync.invokeAsyncAsync(InvokeAsyncRequest request,
AsyncHandler<InvokeAsyncRequest,InvokeAsyncResult> asyncHandler)
Deprecated.
|
Future<InvokeAsyncResult> |
AWSLambdaAsync.invokeAsyncAsync(InvokeAsyncRequest invokeAsyncRequest,
AsyncHandler<InvokeAsyncRequest,InvokeAsyncResult> asyncHandler)
Deprecated.
|
Future<InvokeAsyncResult> |
AWSLambdaAsyncClient.invokeAsyncAsync(InvokeAsyncRequest request,
AsyncHandler<InvokeAsyncRequest,InvokeAsyncResult> asyncHandler)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InvokeAsyncRequest |
InvokeAsyncRequest.clone() |
InvokeAsyncRequest |
InvokeAsyncRequest.withFunctionName(String functionName)
The name of the Lambda function.
|
InvokeAsyncRequest |
InvokeAsyncRequest.withInvokeArgs(InputStream invokeArgs)
The JSON that you want to provide to your Lambda function as input.
|
InvokeAsyncRequest |
InvokeAsyncRequest.withInvokeArgs(String invokeArgs)
The JSON that you want to provide to your Lambda function as input.
|
Copyright © 2022. All rights reserved.