Uses of Class
com.amazonaws.services.codedeploy.model.AutoScalingGroup
-
Packages that use AutoScalingGroup Package Description com.amazonaws.services.codedeploy.model -
-
Uses of AutoScalingGroup in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return AutoScalingGroup Modifier and Type Method Description AutoScalingGroupAutoScalingGroup. clone()AutoScalingGroupAutoScalingGroup. withHook(String hook)An Auto Scaling lifecycle event hook name.AutoScalingGroupAutoScalingGroup. withName(String name)The Auto Scaling group name.Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type AutoScalingGroup Modifier and Type Method 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 Amazon EC2 instances in the Auto Scaling group.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 account.Methods in com.amazonaws.services.codedeploy.model with parameters of type AutoScalingGroup Modifier and Type Method Description DeploymentGroupInfoDeploymentGroupInfo. withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)A list of associated Auto Scaling groups.DeleteDeploymentGroupResultDeleteDeploymentGroupResult. 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.UpdateDeploymentGroupResultUpdateDeploymentGroupResult. 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 AutoScalingGroup Modifier and Type Method Description voidDeploymentGroupInfo. setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)A list of associated Auto Scaling groups.voidDeleteDeploymentGroupResult. 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.voidUpdateDeploymentGroupResult. 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.DeploymentGroupInfoDeploymentGroupInfo. withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)A list of associated Auto Scaling groups.DeleteDeploymentGroupResultDeleteDeploymentGroupResult. 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.UpdateDeploymentGroupResultUpdateDeploymentGroupResult. 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.
-