| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
List<AutoScalingGroup> |
DeploymentGroupInfo.autoScalingGroups()
A list of associated Auto Scaling groups.
|
List<AutoScalingGroup> |
UpdateDeploymentGroupResponse.hooksNotCleanedUp()
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group,
AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account.
|
List<AutoScalingGroup> |
DeleteDeploymentGroupResponse.hooksNotCleanedUp()
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group,
AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2
instances in the Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.autoScalingGroups(AutoScalingGroup... autoScalingGroups)
A list of associated Auto Scaling groups.
|
UpdateDeploymentGroupResponse.Builder |
UpdateDeploymentGroupResponse.Builder.hooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling
group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS
account.
|
DeleteDeploymentGroupResponse.Builder |
DeleteDeploymentGroupResponse.Builder.hooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling
group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the
Amazon EC2 instances in the Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.autoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
A list of associated Auto Scaling groups.
|
UpdateDeploymentGroupResponse.Builder |
UpdateDeploymentGroupResponse.Builder.hooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling
group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS
account.
|
DeleteDeploymentGroupResponse.Builder |
DeleteDeploymentGroupResponse.Builder.hooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling
group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the
Amazon EC2 instances in the Auto Scaling group.
|
Copyright © 2022. All rights reserved.