| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroup |
AutoScalingGroup.clone() |
AutoScalingGroup |
AutoScalingGroup.withName(String name)
The name of the Auto Scaling group associated with an Amazon EKS managed node group.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoScalingGroup> |
NodegroupResources.getAutoScalingGroups()
The Auto Scaling groups associated with the node group.
|
| Modifier and Type | Method and Description |
|---|---|
NodegroupResources |
NodegroupResources.withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
The Auto Scaling groups associated with the node group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodegroupResources.setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The Auto Scaling groups associated with the node group.
|
NodegroupResources |
NodegroupResources.withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The Auto Scaling groups associated with the node group.
|
Copyright © 2023. All rights reserved.