| Package | Description | 
|---|---|
| com.amazonaws.services.lambda |  | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateFunctionConfigurationRequest | UpdateFunctionConfigurationRequest. clone() | 
| UpdateFunctionConfigurationRequest | UpdateFunctionConfigurationRequest. withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
 The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic. | 
| UpdateFunctionConfigurationRequest | UpdateFunctionConfigurationRequest. withDescription(String description)
 A short user-defined function description. | 
| UpdateFunctionConfigurationRequest | UpdateFunctionConfigurationRequest. withEnvironment(Environment environment)
 The parent object that contains your environment's configuration settings. | 
| 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. withKMSKeyArn(String kMSKeyArn)
 The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. | 
| UpdateFunctionConfigurationRequest | UpdateFunctionConfigurationRequest. withMemorySize(Integer memorySize)
 The amount of memory, in MB, your Lambda function is given. | 
| UpdateFunctionConfigurationRequest | UpdateFunctionConfigurationRequest. withRevisionId(String revisionId)
 An optional value you can use to ensure you are updating the latest update of the function version or alias. | 
| 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)
 The runtime environment for the Lambda function. | 
| UpdateFunctionConfigurationRequest | UpdateFunctionConfigurationRequest. withRuntime(String runtime)
 The runtime environment for the Lambda function. | 
| UpdateFunctionConfigurationRequest | UpdateFunctionConfigurationRequest. withTimeout(Integer timeout)
 The function execution time at which AWS Lambda should terminate the function. | 
| UpdateFunctionConfigurationRequest | UpdateFunctionConfigurationRequest. withTracingConfig(TracingConfig tracingConfig)
 The parent object that contains your function's tracing settings. | 
| UpdateFunctionConfigurationRequest | UpdateFunctionConfigurationRequest. withVpcConfig(VpcConfig vpcConfig) | 
Copyright © 2018. All rights reserved.