Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateFunctionConfigurationResult> |
AWSLambdaAsyncClient.updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest request,
AsyncHandler<UpdateFunctionConfigurationRequest,UpdateFunctionConfigurationResult> asyncHandler) |
Future<UpdateFunctionConfigurationResult> |
AbstractAWSLambdaAsync.updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest request,
AsyncHandler<UpdateFunctionConfigurationRequest,UpdateFunctionConfigurationResult> asyncHandler) |
Future<UpdateFunctionConfigurationResult> |
AWSLambdaAsync.updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest updateFunctionConfigurationRequest,
AsyncHandler<UpdateFunctionConfigurationRequest,UpdateFunctionConfigurationResult> asyncHandler)
Modify the version-specific settings of a Lambda function.
|
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 description of the function.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withEnvironment(Environment environment)
Environment variables that are accessible from function code during execution.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withEphemeralStorage(EphemeralStorage ephemeralStorage)
The size of the function's
/tmp directory in MB. |
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withFileSystemConfigs(FileSystemConfig... fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withFunctionName(String functionName)
The name of the Lambda function.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withHandler(String handler)
The name of the method within your code that Lambda calls to run your function.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withImageConfig(ImageConfig imageConfig)
Container image configuration values
that override the values in the container image Docker file.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withKMSKeyArn(String kMSKeyArn)
The ARN of the Key Management Service (KMS) customer managed key that's 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 available to the function at runtime.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withRevisionId(String revisionId)
Update the function only if the revision ID matches the ID that's specified.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withRole(String role)
The Amazon Resource Name (ARN) of the function's execution role.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withRuntime(Runtime runtime)
The identifier of the function's runtime.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withRuntime(String runtime)
The identifier of the function's runtime.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withSnapStart(SnapStart snapStart)
The function's SnapStart setting.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withTimeout(Integer timeout)
The amount of time (in seconds) that Lambda allows a function to run before stopping it.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withTracingConfig(TracingConfig tracingConfig)
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withVpcConfig(VpcConfig vpcConfig)
For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets
in the VPC.
|
Copyright © 2023. All rights reserved.