Uses of Class
software.amazon.awssdk.services.codedeploy.model.AutoScalingGroup
-
Packages that use AutoScalingGroup Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of AutoScalingGroup in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type AutoScalingGroup Modifier and Type Method Description List<AutoScalingGroup>DeploymentGroupInfo. autoScalingGroups()A list of associated Auto Scaling groups.List<AutoScalingGroup>DeleteDeploymentGroupResponse. 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.List<AutoScalingGroup>UpdateDeploymentGroupResponse. 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.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type AutoScalingGroup Modifier and Type Method Description DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. autoScalingGroups(AutoScalingGroup... autoScalingGroups)A list of associated Auto Scaling groups.DeleteDeploymentGroupResponse.BuilderDeleteDeploymentGroupResponse.Builder. hooksNotCleanedUp(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.UpdateDeploymentGroupResponse.BuilderUpdateDeploymentGroupResponse.Builder. hooksNotCleanedUp(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.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type AutoScalingGroup Modifier and Type Method Description DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. autoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)A list of associated Auto Scaling groups.DeleteDeploymentGroupResponse.BuilderDeleteDeploymentGroupResponse.Builder. hooksNotCleanedUp(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.UpdateDeploymentGroupResponse.BuilderUpdateDeploymentGroupResponse.Builder. hooksNotCleanedUp(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.
-