Uses of Class
com.amazonaws.services.lambda.model.UpdateFunctionConfigurationRequest
Packages that use UpdateFunctionConfigurationRequest
-
Uses of UpdateFunctionConfigurationRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type UpdateFunctionConfigurationRequestModifier 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.AbstractAWSLambdaAsync.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 UpdateFunctionConfigurationRequestModifier 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 UpdateFunctionConfigurationRequest in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return UpdateFunctionConfigurationRequestModifier and TypeMethodDescriptionUpdateFunctionConfigurationRequest.clone()UpdateFunctionConfigurationRequest.withDescription(String description) A short user-defined function description.UpdateFunctionConfigurationRequest.withFunctionName(String functionName) The name of the Lambda function.UpdateFunctionConfigurationRequest.withHandler(String handler) The function that Lambda calls to begin executing your function.UpdateFunctionConfigurationRequest.withMemorySize(Integer memorySize) The amount of memory, in MB, your Lambda function is given.The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.UpdateFunctionConfigurationRequest.withRuntime(Runtime runtime) UpdateFunctionConfigurationRequest.withRuntime(String runtime) UpdateFunctionConfigurationRequest.withTimeout(Integer timeout) The function execution time at which AWS Lambda should terminate the function.UpdateFunctionConfigurationRequest.withVpcConfig(VpcConfig vpcConfig)