Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
LambdaTarget |
LambdaTarget.clone() |
LambdaTarget |
DeploymentTarget.getLambdaTarget()
Information about the target for a deployment that uses the AWS Lambda compute platform.
|
LambdaTarget |
LambdaTarget.withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
LambdaTarget |
LambdaTarget.withLambdaFunctionInfo(LambdaFunctionInfo lambdaFunctionInfo)
A
LambdaFunctionInfo object that describes a target Lambda function. |
LambdaTarget |
LambdaTarget.withLastUpdatedAt(Date lastUpdatedAt)
The date and time when the target Lambda function was updated by a deployment.
|
LambdaTarget |
LambdaTarget.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target Lambda function.
|
LambdaTarget |
LambdaTarget.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the deployment to this target Lambda function.
|
LambdaTarget |
LambdaTarget.withStatus(String status)
The status an AWS Lambda deployment's target Lambda function.
|
LambdaTarget |
LambdaTarget.withStatus(TargetStatus status)
The status an AWS Lambda deployment's target Lambda function.
|
LambdaTarget |
LambdaTarget.withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target.
|
LambdaTarget |
LambdaTarget.withTargetId(String targetId)
The unique ID of a deployment target that has a type of
lambdaTarget . |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentTarget.setLambdaTarget(LambdaTarget lambdaTarget)
Information about the target for a deployment that uses the AWS Lambda compute platform.
|
DeploymentTarget |
DeploymentTarget.withLambdaTarget(LambdaTarget lambdaTarget)
Information about the target for a deployment that uses the AWS Lambda compute platform.
|
Copyright © 2021. All rights reserved.