Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateFunctionConfigurationResult> |
AWSLambdaAsync.updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest updateFunctionConfigurationRequest,
AsyncHandler<UpdateFunctionConfigurationRequest,UpdateFunctionConfigurationResult> asyncHandler)
Modify the version-specifc settings of a Lambda function.
|
Future<UpdateFunctionConfigurationResult> |
AbstractAWSLambdaAsync.updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest request,
AsyncHandler<UpdateFunctionConfigurationRequest,UpdateFunctionConfigurationResult> asyncHandler) |
Future<UpdateFunctionConfigurationResult> |
AWSLambdaAsyncClient.updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest request,
AsyncHandler<UpdateFunctionConfigurationRequest,UpdateFunctionConfigurationResult> asyncHandler) |
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.withLayers(Collection<String> layers)
A list of function layers to
add to the function's execution environment.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withLayers(String... layers)
A list of function layers to
add to the function's execution environment.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withMemorySize(Integer memorySize)
The amount of memory, in MB, your Lambda function is given.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withRevisionId(String revisionId)
Only update the function if the revision ID matches the ID specified.
|
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 © 2019. All rights reserved.