| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | 
 | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateFunctionConfigurationResult | 
AbstractAWSLambda.updateFunctionConfiguration(UpdateFunctionConfigurationRequest request)  | 
UpdateFunctionConfigurationResult | 
AWSLambda.updateFunctionConfiguration(UpdateFunctionConfigurationRequest updateFunctionConfigurationRequest)
 Updates the configuration parameters for the specified Lambda function by using the values provided in the
 request. 
 | 
UpdateFunctionConfigurationResult | 
AWSLambdaClient.updateFunctionConfiguration(UpdateFunctionConfigurationRequest request)
 Updates the configuration parameters for the specified Lambda function by using the values provided in the
 request. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.clone()  | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withCodeSha256(String codeSha256)
 It is the SHA256 hash of your function deployment package. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withCodeSize(Long codeSize)
 The size, in bytes, of the function .zip file you uploaded. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
 The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withDescription(String description)
 The user-provided description. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withEnvironment(EnvironmentResponse environment)
 The parent object that contains your environment's configuration settings. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withFunctionArn(String functionArn)
 The Amazon Resource Name (ARN) assigned to the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withFunctionName(String functionName)
 The name of the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withHandler(String handler)
 The function Lambda calls to begin executing your function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withKMSKeyArn(String kMSKeyArn)
 The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withLastModified(String lastModified)
 The time stamp of the last time you updated the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withMasterArn(String masterArn)
 Returns the ARN (Amazon Resource Name) of the master function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withMemorySize(Integer memorySize)
 The memory size, in MB, you configured for the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withRevisionId(String revisionId)
 Represents the latest updated revision of the function or alias. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withRole(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. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withRuntime(Runtime runtime)
 The runtime environment for the Lambda function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withRuntime(String runtime)
 The runtime environment for the Lambda function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withTimeout(Integer timeout)
 The function execution time at which Lambda should terminate the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withTracingConfig(TracingConfigResponse tracingConfig)
 The parent object that contains your function's tracing settings. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withVersion(String version)
 The version of the Lambda function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withVpcConfig(VpcConfigResponse vpcConfig)
 VPC configuration associated with your Lambda function. 
 | 
Copyright © 2018. All rights reserved.