Uses of Class
com.amazonaws.services.codedeploy.model.AutoScalingGroup
Packages that use AutoScalingGroup
-
Uses of AutoScalingGroup in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return AutoScalingGroupModifier and TypeMethodDescriptionAutoScalingGroup.clone()
An Auto Scaling lifecycle event hook name.The Auto Scaling group name.Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type AutoScalingGroupModifier and TypeMethodDescriptionDeploymentGroupInfo.getAutoScalingGroups()
A list of associated Auto Scaling groups.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 Amazon EC2 instances in the Auto Scaling group.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 account.Methods in com.amazonaws.services.codedeploy.model with parameters of type AutoScalingGroupModifier and TypeMethodDescriptionDeploymentGroupInfo.withAutoScalingGroups
(AutoScalingGroup... autoScalingGroups) A list of associated Auto Scaling groups.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 Amazon EC2 instances in the Auto Scaling group.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 account.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type AutoScalingGroupModifier and TypeMethodDescriptionvoid
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 Amazon EC2 instances in the Auto Scaling group.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 account.DeploymentGroupInfo.withAutoScalingGroups
(Collection<AutoScalingGroup> autoScalingGroups) A list of associated Auto Scaling groups.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 Amazon EC2 instances in the Auto Scaling group.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 account.