Package | Description |
---|---|
com.amazonaws.services.lambda | |
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.clone() |
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withDescription(String description)
A short user-defined function description.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withFunctionName(String functionName)
The name of the Lambda function.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withHandler(String handler)
The function that Lambda calls to begin executing your function.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withMemorySize(Integer memorySize)
The amount of memory, in MB, your Lambda function is given.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withRole(String role)
The Amazon Resource Name (ARN) of the IAM role that Lambda will assume
when it executes your function.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withRuntime(Runtime runtime) |
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withRuntime(String runtime) |
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withTimeout(Integer timeout)
The function execution time at which AWS Lambda should terminate the
function.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withVpcConfig(VpcConfig vpcConfig) |
Copyright © 2016. All rights reserved.