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)
A dead letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events when
they fail processing.
|
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 version for the function.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withRuntime(String runtime)
The runtime version for the function.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withTimeout(Integer timeout)
The amount of time that Lambda allows a function to run before terminating it.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withTracingConfig(TracingConfig tracingConfig)
Set
Mode to Active to sample and trace a subset of incoming requests with AWS X-Ray. |
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withVpcConfig(VpcConfig vpcConfig)
Specify security groups and subnets in a VPC to which your Lambda function needs access.
|
Copyright © 2018. All rights reserved.