Package | Description |
---|---|
com.amazonaws.services.lambda |
|
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 Lambda function.
|
InvokeResult |
AWSLambdaClient.invoke(InvokeRequest invokeRequest)
Invokes a Lambda function.
|
Modifier and Type | Method and Description |
---|---|
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 name of the Lambda function.
|
InvokeRequest |
InvokeRequest.withInvocationType(InvocationType invocationType)
Choose from the following options.
|
InvokeRequest |
InvokeRequest.withInvocationType(String invocationType)
Choose from the following options.
|
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.withQualifier(String qualifier)
Specify a version or alias to invoke a published version of the function.
|
Copyright © 2018. All rights reserved.