Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
UpdateFunctionCodeResult |
AbstractAWSLambda.updateFunctionCode(UpdateFunctionCodeRequest request) |
UpdateFunctionCodeResult |
AWSLambda.updateFunctionCode(UpdateFunctionCodeRequest updateFunctionCodeRequest)
Updates the code for the specified Lambda function.
|
UpdateFunctionCodeResult |
AWSLambdaClient.updateFunctionCode(UpdateFunctionCodeRequest request)
Updates the code for the specified Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateFunctionCodeResult> |
AWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest updateFunctionCodeRequest,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler)
Updates the code for the specified Lambda function.
|
Future<UpdateFunctionCodeResult> |
AbstractAWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest request,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler) |
Future<UpdateFunctionCodeResult> |
AWSLambdaAsyncClient.updateFunctionCodeAsync(UpdateFunctionCodeRequest request,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.clone() |
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withCodeSha256(String codeSha256)
It is the SHA256 hash of your function deployment package.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withCodeSize(Long codeSize)
The size, in bytes, of the function .zip file you uploaded.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
The parent object that contains the target Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withDescription(String description)
The user-provided description.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withFunctionArn(String functionArn)
The Amazon Resource Name (ARN) assigned to the function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withFunctionName(String functionName)
The name of the function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withHandler(String handler)
The function Lambda calls to begin executing your function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withKMSKeyArn(String kMSKeyArn)
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withLastModified(String lastModified)
The time stamp of the last time you updated the function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withMemorySize(Integer memorySize)
The memory size, in MB, you configured for the function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withRole(String role)
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any
other Amazon Web Services (AWS) resources.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withRuntime(Runtime runtime)
The runtime environment for the Lambda function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withRuntime(String runtime)
The runtime environment for the Lambda function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withTimeout(Integer timeout)
The function execution time at which Lambda should terminate the function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withVersion(String version)
The version of the Lambda function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
Copyright © 2017. All rights reserved.