Package | Description |
---|---|
com.amazonaws.services.lambda |
Synchronous and asynchronous client classes for accessing AWSLambda.
|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda.
|
Modifier and Type | Method and Description |
---|---|
InvokeResult |
AWSLambdaClient.invoke(InvokeRequest invokeRequest) |
InvokeResult |
AWSLambda.invoke(InvokeRequest invokeRequest) |
Modifier and Type | Method and Description |
---|---|
InvokeRequest |
InvokeRequest.withClientContext(String clientContext)
Sets the value of the ClientContext property for this object.
|
InvokeRequest |
InvokeRequest.withFunctionName(String functionName)
Sets the value of the FunctionName property for this object.
|
InvokeRequest |
InvokeRequest.withInvocationType(InvocationType invocationType)
Sets the value of the InvocationType property for this object.
|
InvokeRequest |
InvokeRequest.withInvocationType(String invocationType)
Sets the value of the InvocationType property for this object.
|
InvokeRequest |
InvokeRequest.withLogType(LogType logType)
Sets the value of the LogType property for this object.
|
InvokeRequest |
InvokeRequest.withLogType(String logType)
Sets the value of the LogType property for this object.
|
InvokeRequest |
InvokeRequest.withPayload(ByteBuffer payload)
Sets the value of the Payload property for this object.
|
Copyright © 2015. All rights reserved.