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 a Lambda function's code.
|
UpdateFunctionCodeResult |
AWSLambdaClient.updateFunctionCode(UpdateFunctionCodeRequest request)
Updates a Lambda function's code.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateFunctionCodeResult> |
AWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest updateFunctionCodeRequest,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler)
Updates a Lambda function's code.
|
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)
The SHA256 hash of the function's deployment package.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withCodeSize(Long codeSize)
The size of the function's deployment package in bytes.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
The function's dead letter queue.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withDescription(String description)
The function's description.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withEnvironment(EnvironmentResponse environment)
The function's environment variables.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withFunctionArn(String functionArn)
The function's Amazon Resource Name (ARN).
|
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 KMS key used to encrypt the function's environment variables.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withLastModified(String lastModified)
The date and time that the function was last updated, in ISO-8601
format (YYYY-MM-DDThh:mm:ss.sTZD).
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withLayers(Collection<Layer> layers)
The function's layers
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withLayers(Layer... layers)
The function's layers
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withMasterArn(String masterArn)
For Lambda@Edge functions, the ARN of the master function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withMemorySize(Integer memorySize)
The memory allocated to the function
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withRevisionId(String revisionId)
Represents the latest updated revision of the function or alias.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withRole(String role)
The function's execution role.
|
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 amount of time that Lambda allows a function to run before terminating it.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withTracingConfig(TracingConfigResponse tracingConfig)
The function's AWS X-Ray tracing configuration.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withVersion(String version)
The version of the Lambda function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
Copyright © 2019. All rights reserved.