Package | Description |
---|---|
com.amazonaws.services.lambda | |
com.amazonaws.services.lambda.invoke |
A higher-level wrapper for AWS Lambda's Invoke operation.
|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Method and Description |
---|---|
InvokeResult |
AbstractAWSLambda.invoke(InvokeRequest request) |
InvokeResult |
AWSLambdaClient.invoke(InvokeRequest invokeRequest)
Invokes a specific Lambda function.
|
InvokeResult |
AWSLambda.invoke(InvokeRequest invokeRequest)
Invokes a specific Lambda function.
|
java.util.concurrent.Future<InvokeResult> |
AbstractAWSLambdaAsync.invokeAsync(InvokeRequest request) |
java.util.concurrent.Future<InvokeResult> |
AWSLambdaAsyncClient.invokeAsync(InvokeRequest request) |
java.util.concurrent.Future<InvokeResult> |
AWSLambdaAsync.invokeAsync(InvokeRequest invokeRequest)
Invokes a specific Lambda function.
|
java.util.concurrent.Future<InvokeResult> |
AbstractAWSLambdaAsync.invokeAsync(InvokeRequest request,
AsyncHandler<InvokeRequest,InvokeResult> asyncHandler) |
java.util.concurrent.Future<InvokeResult> |
AWSLambdaAsyncClient.invokeAsync(InvokeRequest request,
AsyncHandler<InvokeRequest,InvokeResult> asyncHandler) |
java.util.concurrent.Future<InvokeResult> |
AWSLambdaAsync.invokeAsync(InvokeRequest invokeRequest,
AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
Invokes a specific Lambda function.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<InvokeResult> |
AbstractAWSLambdaAsync.invokeAsync(InvokeRequest request,
AsyncHandler<InvokeRequest,InvokeResult> asyncHandler) |
java.util.concurrent.Future<InvokeResult> |
AWSLambdaAsyncClient.invokeAsync(InvokeRequest request,
AsyncHandler<InvokeRequest,InvokeResult> asyncHandler) |
java.util.concurrent.Future<InvokeResult> |
AWSLambdaAsync.invokeAsync(InvokeRequest invokeRequest,
AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
Invokes a specific Lambda function.
|
Modifier and Type | Method and Description |
---|---|
private InvokeRequest |
LambdaInvokerFactory.LambdaInvocationHandler.buildInvokeRequest(java.lang.reflect.Method method,
LambdaFunction annotation,
java.lang.Object input)
Builds an InvokeRequest from the given method, its
LambdaFunction annotation, and
the input parameter (if any). |
Modifier and Type | Method and Description |
---|---|
InvokeRequest |
InvokeRequest.clone() |
InvokeRequest |
InvokeRequest.withClientContext(java.lang.String clientContext)
Using the
ClientContext you can pass client-specific
information to the Lambda function you are invoking. |
InvokeRequest |
InvokeRequest.withFunctionName(java.lang.String functionName)
The Lambda function name.
|
InvokeRequest |
InvokeRequest.withInvocationType(InvocationType invocationType)
By default, the
Invoke API assumes
RequestResponse invocation type. |
InvokeRequest |
InvokeRequest.withInvocationType(java.lang.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(java.lang.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(java.nio.ByteBuffer payload)
JSON that you want to provide to your Lambda function as input.
|
InvokeRequest |
InvokeRequest.withPayload(java.lang.String payload)
JSON that you want to provide to your Lambda function as input.
|
InvokeRequest |
InvokeRequest.withQualifier(java.lang.String qualifier)
You can use this optional parameter to specify a Lambda function version
or alias name.
|
Modifier and Type | Method and Description |
---|---|
Request<InvokeRequest> |
InvokeRequestMarshaller.marshall(InvokeRequest invokeRequest) |
Modifier and Type | Method and Description |
---|---|
Request<InvokeRequest> |
InvokeRequestMarshaller.marshall(InvokeRequest invokeRequest) |