Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda.
|
Modifier and Type | Method and Description |
---|---|
FunctionConfiguration |
GetFunctionResult.getConfiguration()
A complex type that describes function metadata.
|
FunctionConfiguration |
FunctionConfiguration.withCodeSize(Long codeSize)
The size, in bytes, of the function .zip file you uploaded.
|
FunctionConfiguration |
FunctionConfiguration.withConfigurationId(String configurationId)
A Lambda-assigned unique identifier for the current function code and
related configuration.
|
FunctionConfiguration |
FunctionConfiguration.withDescription(String description)
The user-provided description.
|
FunctionConfiguration |
FunctionConfiguration.withFunctionARN(String functionARN)
The Amazon Resource Name (ARN) assigned to the function.
|
FunctionConfiguration |
FunctionConfiguration.withFunctionName(String functionName)
The name of the function.
|
FunctionConfiguration |
FunctionConfiguration.withHandler(String handler)
The function Lambda calls to begin executing your function.
|
FunctionConfiguration |
FunctionConfiguration.withLastModified(String lastModified)
The timestamp of the last time you updated the function.
|
FunctionConfiguration |
FunctionConfiguration.withMemorySize(Integer memorySize)
The memory size, in MB, you configured for the function.
|
FunctionConfiguration |
FunctionConfiguration.withMode(Mode mode)
The type of the Lambda function you uploaded.
|
FunctionConfiguration |
FunctionConfiguration.withMode(String mode)
The type of the Lambda function you uploaded.
|
FunctionConfiguration |
FunctionConfiguration.withRole(String role)
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes
when it executes your function to access any other Amazon Web Services
(AWS) resources.
|
FunctionConfiguration |
FunctionConfiguration.withRuntime(Runtime runtime)
The runtime environment for the Lambda function.
|
FunctionConfiguration |
FunctionConfiguration.withRuntime(String runtime)
The runtime environment for the Lambda function.
|
FunctionConfiguration |
FunctionConfiguration.withTimeout(Integer timeout)
The function execution time at which Lambda should terminate the
function.
|
Modifier and Type | Method and Description |
---|---|
List<FunctionConfiguration> |
ListFunctionsResult.getFunctions()
A list of Lambda functions.
|
Modifier and Type | Method and Description |
---|---|
void |
GetFunctionResult.setConfiguration(FunctionConfiguration configuration)
A complex type that describes function metadata.
|
GetFunctionResult |
GetFunctionResult.withConfiguration(FunctionConfiguration configuration)
A complex type that describes function metadata.
|
ListFunctionsResult |
ListFunctionsResult.withFunctions(FunctionConfiguration... functions)
A list of Lambda functions.
|
Modifier and Type | Method and Description |
---|---|
void |
ListFunctionsResult.setFunctions(Collection<FunctionConfiguration> functions)
A list of Lambda functions.
|
ListFunctionsResult |
ListFunctionsResult.withFunctions(Collection<FunctionConfiguration> functions)
A list of Lambda functions.
|
Copyright © 2014. All rights reserved.