Uses of Class
com.amazonaws.services.lambda.model.UpdateFunctionCodeResult
Packages that use UpdateFunctionCodeResult
-
Uses of UpdateFunctionCodeResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return UpdateFunctionCodeResultModifier and TypeMethodDescriptionAbstractAWSLambda.updateFunctionCode
(UpdateFunctionCodeRequest request) AWSLambda.updateFunctionCode
(UpdateFunctionCodeRequest updateFunctionCodeRequest) Updates the code for the specified Lambda function.AWSLambdaClient.updateFunctionCode
(UpdateFunctionCodeRequest updateFunctionCodeRequest) Updates the code for the specified Lambda function.Methods in com.amazonaws.services.lambda that return types with arguments of type UpdateFunctionCodeResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.updateFunctionCodeAsync
(UpdateFunctionCodeRequest request) AbstractAWSLambdaAsync.updateFunctionCodeAsync
(UpdateFunctionCodeRequest request, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult> asyncHandler) AWSLambdaAsync.updateFunctionCodeAsync
(UpdateFunctionCodeRequest updateFunctionCodeRequest) Updates the code for the specified Lambda function.AWSLambdaAsync.updateFunctionCodeAsync
(UpdateFunctionCodeRequest updateFunctionCodeRequest, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult> asyncHandler) Updates the code for the specified Lambda function.AWSLambdaAsyncClient.updateFunctionCodeAsync
(UpdateFunctionCodeRequest request) AWSLambdaAsyncClient.updateFunctionCodeAsync
(UpdateFunctionCodeRequest request, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type UpdateFunctionCodeResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.updateFunctionCodeAsync
(UpdateFunctionCodeRequest request, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult> asyncHandler) AWSLambdaAsync.updateFunctionCodeAsync
(UpdateFunctionCodeRequest updateFunctionCodeRequest, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult> asyncHandler) Updates the code for the specified Lambda function.AWSLambdaAsyncClient.updateFunctionCodeAsync
(UpdateFunctionCodeRequest request, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult> asyncHandler) -
Uses of UpdateFunctionCodeResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return UpdateFunctionCodeResultModifier and TypeMethodDescriptionUpdateFunctionCodeResult.clone()
UpdateFunctionCodeResult.withCodeSha256
(String codeSha256) It is the SHA256 hash of your function deployment package.UpdateFunctionCodeResult.withCodeSize
(Long codeSize) The size, in bytes, of the function .zip file you uploaded.UpdateFunctionCodeResult.withDescription
(String description) The user-provided description.UpdateFunctionCodeResult.withFunctionArn
(String functionArn) The Amazon Resource Name (ARN) assigned to the function.UpdateFunctionCodeResult.withFunctionName
(String functionName) The name of the function.UpdateFunctionCodeResult.withHandler
(String handler) The function Lambda calls to begin executing your function.UpdateFunctionCodeResult.withLastModified
(String lastModified) The time stamp of the last time you updated the function.UpdateFunctionCodeResult.withMemorySize
(Integer memorySize) The memory size, in MB, you configured for the function.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.withRuntime
(Runtime runtime) The runtime environment for the Lambda function.UpdateFunctionCodeResult.withRuntime
(String runtime) The runtime environment for the Lambda function.UpdateFunctionCodeResult.withTimeout
(Integer timeout) The function execution time at which Lambda should terminate the function.UpdateFunctionCodeResult.withVersion
(String version) The version of the Lambda function.UpdateFunctionCodeResult.withVpcConfig
(VpcConfigResponse vpcConfig) VPC configuration associated with your Lambda function.