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

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

Introduction

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

The text is from its open source code.

Subclass

com.amazonaws.services.lambda.model.FunctionConfiguration has subclasses.
Click this link to see all its subclasses.

Constructor

Method

StringgetDescription()

The function's description.

StringgetFunctionArn()

The function's Amazon Resource Name (ARN).

StringgetFunctionName()

The name of the function.

StringgetHandler()

The function that Lambda calls to begin executing your function.

IntegergetMemorySize()

The memory that's allocated to the function.

StringgetRevisionId()

The latest updated revision of the function or alias.

StringgetRole()

The function's execution role.

StringgetRuntime()

The runtime environment for the Lambda function.

IntegergetTimeout()

The amount of time that Lambda allows a function to run before stopping it.

StringgetVersion()

The version of the Lambda function.