| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | 
 | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateFunctionConfigurationResult | 
AWSLambdaClient.updateFunctionConfiguration(UpdateFunctionConfigurationRequest request)
 Modify the version-specific settings of a Lambda function. 
 | 
UpdateFunctionConfigurationResult | 
AbstractAWSLambda.updateFunctionConfiguration(UpdateFunctionConfigurationRequest request)  | 
UpdateFunctionConfigurationResult | 
AWSLambda.updateFunctionConfiguration(UpdateFunctionConfigurationRequest updateFunctionConfigurationRequest)
 Modify the version-specific settings of a Lambda function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<UpdateFunctionConfigurationResult> | 
AbstractAWSLambdaAsync.updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest request,
                                AsyncHandler<UpdateFunctionConfigurationRequest,UpdateFunctionConfigurationResult> asyncHandler)  | 
Future<UpdateFunctionConfigurationResult> | 
AWSLambdaAsync.updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest updateFunctionConfigurationRequest,
                                AsyncHandler<UpdateFunctionConfigurationRequest,UpdateFunctionConfigurationResult> asyncHandler)
 Modify the version-specific settings of a Lambda function. 
 | 
Future<UpdateFunctionConfigurationResult> | 
AWSLambdaAsyncClient.updateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest request,
                                AsyncHandler<UpdateFunctionConfigurationRequest,UpdateFunctionConfigurationResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.clone()  | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withCodeSha256(String codeSha256)
 The SHA256 hash of the function's deployment package. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withCodeSize(Long codeSize)
 The size of the function's deployment package, in bytes. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
 The function's dead letter queue. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withDescription(String description)
 The function's description. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withEnvironment(EnvironmentResponse environment)
 The function's environment variables. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withFileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)
 Connection settings for an Amazon EFS file system. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withFileSystemConfigs(FileSystemConfig... fileSystemConfigs)
 Connection settings for an Amazon EFS file system. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withFunctionArn(String functionArn)
 The function's Amazon Resource Name (ARN). 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withFunctionName(String functionName)
 The name of the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withHandler(String handler)
 The function that Lambda calls to begin executing your function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withKMSKeyArn(String kMSKeyArn)
 The KMS key that's used to encrypt the function's environment variables. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withLastModified(String lastModified)
 The date and time that the function was last updated, in ISO-8601
 format (YYYY-MM-DDThh:mm:ss.sTZD). 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withLastUpdateStatus(String lastUpdateStatus)
 The status of the last update that was performed on the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withLastUpdateStatusReason(String lastUpdateStatusReason)
 The reason for the last update that was performed on the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withLastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)
 The reason code for the last update that was performed on the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withLastUpdateStatusReasonCode(String lastUpdateStatusReasonCode)
 The reason code for the last update that was performed on the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withLayers(Layer... layers)
 The function's  layers. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withMasterArn(String masterArn)
 For Lambda@Edge functions, the ARN of the master function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withMemorySize(Integer memorySize)
 The memory that's allocated to the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withRevisionId(String revisionId)
 The latest updated revision of the function or alias. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withRole(String role)
 The function's execution role. 
 | 
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.withState(State state)
 The current state of the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withState(String state)
 The current state of the function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withStateReason(String stateReason)
 The reason for the function's current state. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withStateReasonCode(StateReasonCode stateReasonCode)
 The reason code for the function's current state. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withStateReasonCode(String stateReasonCode)
 The reason code for the function's current state. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withTimeout(Integer timeout)
 The amount of time in seconds that Lambda allows a function to run before stopping it. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withTracingConfig(TracingConfigResponse tracingConfig)
 The function's AWS X-Ray tracing configuration. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withVersion(String version)
 The version of the Lambda function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. 
 | 
Copyright © 2020. All rights reserved.