| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroup |
AutoScalingGroup.clone() |
AutoScalingGroup |
AutoScalingGroup.withHook(String hook)
The name of the launch hook that CodeDeploy installed into the Auto Scaling group.
|
AutoScalingGroup |
AutoScalingGroup.withName(String name)
The Auto Scaling group name.
|
AutoScalingGroup |
AutoScalingGroup.withTerminationHook(String terminationHook)
The name of the termination hook that CodeDeploy installed into the Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoScalingGroup> |
DeploymentGroupInfo.getAutoScalingGroups()
A list of associated Auto Scaling groups.
|
List<AutoScalingGroup> |
UpdateDeploymentGroupResult.getHooksNotCleanedUp()
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group,
CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon Web Services
account.
|
List<AutoScalingGroup> |
DeleteDeploymentGroupResult.getHooksNotCleanedUp()
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group,
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 |
DeploymentGroupInfo.withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
A list of associated Auto Scaling groups.
|
UpdateDeploymentGroupResult |
UpdateDeploymentGroupResult.withHooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group,
CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon Web Services
account.
|
DeleteDeploymentGroupResult |
DeleteDeploymentGroupResult.withHooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group,
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 |
|---|---|
void |
DeploymentGroupInfo.setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
A list of associated Auto Scaling groups.
|
void |
UpdateDeploymentGroupResult.setHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group,
CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon Web Services
account.
|
void |
DeleteDeploymentGroupResult.setHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group,
CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2
instances in the Auto Scaling group.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
A list of associated Auto Scaling groups.
|
UpdateDeploymentGroupResult |
UpdateDeploymentGroupResult.withHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group,
CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon Web Services
account.
|
DeleteDeploymentGroupResult |
DeleteDeploymentGroupResult.withHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group,
CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2
instances in the Auto Scaling group.
|
Copyright © 2024. All rights reserved.