Uses of Class
software.amazon.awssdk.services.eks.model.AutoScalingGroup
-
Packages that use AutoScalingGroup Package Description software.amazon.awssdk.services.eks.model -
-
Uses of AutoScalingGroup in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type AutoScalingGroup Modifier and Type Method Description List<AutoScalingGroup>NodegroupResources. autoScalingGroups()The Auto Scaling groups associated with the node group.Methods in software.amazon.awssdk.services.eks.model with parameters of type AutoScalingGroup Modifier and Type Method Description NodegroupResources.BuilderNodegroupResources.Builder. autoScalingGroups(AutoScalingGroup... autoScalingGroups)The Auto Scaling groups associated with the node group.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type AutoScalingGroup Modifier and Type Method Description NodegroupResources.BuilderNodegroupResources.Builder. autoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)The Auto Scaling groups associated with the node group.
-