Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionInfo |
LambdaFunctionInfo.clone() |
LambdaFunctionInfo |
LambdaTarget.getLambdaFunctionInfo()
A
LambdaFunctionInfo object that describes a target Lambda function. |
LambdaFunctionInfo |
LambdaFunctionInfo.withCurrentVersion(String currentVersion)
The version of a Lambda function that production traffic points to.
|
LambdaFunctionInfo |
LambdaFunctionInfo.withFunctionAlias(String functionAlias)
The alias of a Lambda function.
|
LambdaFunctionInfo |
LambdaFunctionInfo.withFunctionName(String functionName)
The name of a Lambda function.
|
LambdaFunctionInfo |
LambdaFunctionInfo.withTargetVersion(String targetVersion)
The version of a Lambda function that production traffic points to after the Lambda function is deployed.
|
LambdaFunctionInfo |
LambdaFunctionInfo.withTargetVersionWeight(Double targetVersionWeight)
The percentage of production traffic that the target version of a Lambda function receives.
|
Modifier and Type | Method and Description |
---|---|
void |
LambdaTarget.setLambdaFunctionInfo(LambdaFunctionInfo lambdaFunctionInfo)
A
LambdaFunctionInfo object that describes a target Lambda function. |
LambdaTarget |
LambdaTarget.withLambdaFunctionInfo(LambdaFunctionInfo lambdaFunctionInfo)
A
LambdaFunctionInfo object that describes a target Lambda function. |
Copyright © 2021. All rights reserved.