| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroup |
AutoScalingGroup.withHook(String hook)
An Auto Scaling lifecycle event hook name.
|
AutoScalingGroup |
AutoScalingGroup.withName(String name)
The Auto Scaling group name.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoScalingGroup> |
DeploymentGroupInfo.getAutoScalingGroups()
A list of associated Auto Scaling groups.
|
List<AutoScalingGroup> |
DeleteDeploymentGroupResult.getHooksNotCleanedUp()
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
instances in the Auto Scaling.
|
List<AutoScalingGroup> |
UpdateDeploymentGroupResult.getHooksNotCleanedUp()
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 user account.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupInfo |
DeploymentGroupInfo.withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
A list of associated Auto Scaling groups.
|
DeleteDeploymentGroupResult |
DeleteDeploymentGroupResult.withHooksNotCleanedUp(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
instances in the Auto Scaling.
|
UpdateDeploymentGroupResult |
UpdateDeploymentGroupResult.withHooksNotCleanedUp(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 user account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentGroupInfo.setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
A list of associated Auto Scaling groups.
|
void |
DeleteDeploymentGroupResult.setHooksNotCleanedUp(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
instances in the Auto Scaling.
|
void |
UpdateDeploymentGroupResult.setHooksNotCleanedUp(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 user account.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
A list of associated Auto Scaling groups.
|
DeleteDeploymentGroupResult |
DeleteDeploymentGroupResult.withHooksNotCleanedUp(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
instances in the Auto Scaling.
|
UpdateDeploymentGroupResult |
UpdateDeploymentGroupResult.withHooksNotCleanedUp(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 user account.
|
Copyright © 2014. All rights reserved.