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 |
AWSLambdaClient.invoke(InvokeRequest invokeRequest)
Invokes a Lambda function.
|
InvokeResult |
AWSLambda.invoke(InvokeRequest invokeRequest)
Invokes a Lambda function.
|
Modifier and Type | Method and Description |
---|---|
InvokeRequest |
InvokeRequest.withClientContext(String clientContext)
Up to 3583 bytes of base64-encoded data about the invoking client to pass
to the function in the context object.
|
InvokeRequest |
InvokeRequest.withFunctionName(String functionName)
The name of the Lambda function, version, or alias.
|
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)
Set to
Tail to include the execution log in the response. |
InvokeRequest |
InvokeRequest.withLogType(String logType)
Set to
Tail to include the execution log in the response. |
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 © 2019. All rights reserved.