Package | Description |
---|---|
com.amazonaws.services.lambda | |
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateFunctionCodeResult |
AbstractAWSLambda.updateFunctionCode(UpdateFunctionCodeRequest request) |
UpdateFunctionCodeResult |
AWSLambdaClient.updateFunctionCode(UpdateFunctionCodeRequest updateFunctionCodeRequest)
Updates the code for the specified Lambda function.
|
UpdateFunctionCodeResult |
AWSLambda.updateFunctionCode(UpdateFunctionCodeRequest updateFunctionCodeRequest)
Updates the code for the specified Lambda function.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateFunctionCodeResult> |
AbstractAWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest request,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler) |
java.util.concurrent.Future<UpdateFunctionCodeResult> |
AWSLambdaAsyncClient.updateFunctionCodeAsync(UpdateFunctionCodeRequest request,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler) |
java.util.concurrent.Future<UpdateFunctionCodeResult> |
AWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest updateFunctionCodeRequest,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler)
Updates the code for the specified Lambda function.
|
Modifier and Type | Method and Description |
---|---|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.clone() |
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withCodeSha256(java.lang.String codeSha256)
It is the SHA256 hash of your function deployment package.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withCodeSize(java.lang.Long codeSize)
The size, in bytes, of the function .zip file you uploaded.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withDescription(java.lang.String description)
The user-provided description.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withFunctionArn(java.lang.String functionArn)
The Amazon Resource Name (ARN) assigned to the function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withFunctionName(java.lang.String functionName)
The name of the function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withHandler(java.lang.String handler)
The function Lambda calls to begin executing your function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withLastModified(java.lang.String lastModified)
The time stamp of the last time you updated the function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withMemorySize(java.lang.Integer memorySize)
The memory size, in MB, you configured for the function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withRole(java.lang.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(java.lang.String runtime)
The runtime environment for the Lambda function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withTimeout(java.lang.Integer timeout)
The function execution time at which Lambda should terminate the
function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withVersion(java.lang.String version)
The version of the Lambda function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
Modifier and Type | Method and Description |
---|---|
UpdateFunctionCodeResult |
UpdateFunctionCodeResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |