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