Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Method and Description |
---|---|
Future<InvokeAsyncResult> |
AWSLambdaAsync.invokeAsyncAsync(InvokeAsyncRequest invokeAsyncRequest,
AsyncHandler<InvokeAsyncRequest,InvokeAsyncResult> asyncHandler)
Deprecated.
|
Future<InvokeAsyncResult> |
AbstractAWSLambdaAsync.invokeAsyncAsync(InvokeAsyncRequest request,
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 Lambda function name.
|
InvokeAsyncRequest |
InvokeAsyncRequest.withInvokeArgs(InputStream invokeArgs)
JSON that you want to provide to your Lambda function as input.
|
InvokeAsyncRequest |
InvokeAsyncRequest.withInvokeArgs(String invokeArgs)
JSON that you want to provide to your Lambda function as input.
|
Modifier and Type | Method and Description |
---|---|
Request<InvokeAsyncRequest> |
InvokeAsyncRequestProtocolMarshaller.marshall(InvokeAsyncRequest invokeAsyncRequest) |
Modifier and Type | Method and Description |
---|---|
Request<InvokeAsyncRequest> |
InvokeAsyncRequestProtocolMarshaller.marshall(InvokeAsyncRequest invokeAsyncRequest) |
void |
InvokeAsyncRequestMarshaller.marshall(InvokeAsyncRequest invokeAsyncRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.