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.waiters |
Modifier and Type | Interface and Description |
---|---|
interface |
AWSLambdaAsync
Interface for accessing AWS Lambda asynchronously.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAWSLambda
Abstract implementation of
AWSLambda . |
class |
AbstractAWSLambdaAsync
Abstract implementation of
AWSLambdaAsync . |
class |
AWSLambdaAsyncClient
Client for accessing AWS Lambda asynchronously.
|
class |
AWSLambdaClient
Client for accessing AWS Lambda.
|
Modifier and Type | Method and Description |
---|---|
protected AWSLambda |
AWSLambdaClientBuilder.build(AwsSyncClientParams params)
Construct a synchronous implementation of AWSLambda using the current builder configuration.
|
static AWSLambda |
AWSLambdaClientBuilder.defaultClient() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
LambdaInvokerFactory.build(Class<T> interfaceClass,
AWSLambda awsLambda)
Deprecated.
Use
LambdaInvokerFactory.builder() to configure invoker factory. |
static <T> T |
LambdaInvokerFactory.build(Class<T> interfaceClass,
AWSLambda awsLambda,
LambdaInvokerFactoryConfig config)
Deprecated.
Use
LambdaInvokerFactory.builder() to configure invoker factory. |
LambdaInvokerFactory.Builder |
LambdaInvokerFactory.Builder.lambdaClient(AWSLambda lambda)
Sets the client to use to call AWS Lambda.
|
Constructor and Description |
---|
AWSLambdaWaiters(AWSLambda client)
Constructs a new AWSLambdaWaiters with the given client
|
GetFunctionConfigurationFunction(AWSLambda client)
Constructs a new GetFunctionConfigurationFunction with the given client
|
GetFunctionFunction(AWSLambda client)
Constructs a new GetFunctionFunction with the given client
|
Copyright © 2022. All rights reserved.