Java com.amazonaws.services.lambda AWSLambdaClient fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.lambda AWSLambdaClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.lambda AWSLambdaClient.

The text is from its open source code.

Constructor

AWSLambdaClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS Lambda using the specified AWS account credentials and client configuration options.
AWSLambdaClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS Lambda using the specified AWS account credentials provider and client configuration options.
AWSLambdaClient(AwsSyncClientParams clientParams, boolean endpointDiscoveryEnabled)
Constructs a new client to invoke service methods on AWS Lambda using the specified parameters.
AWSLambdaClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS Lambda.
AWSLambdaClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS Lambda using the specified AWS account credentials.
AWSLambdaClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on AWS Lambda using the specified AWS account credentials provider.
AWSLambdaClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on AWS Lambda using the specified parameters.
AWSLambdaClient()
Constructs a new client to invoke service methods on AWS Lambda.

Method

InvokeResultinvoke(InvokeRequest request)

Invokes a Lambda function.