| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
NodegroupResources |
NodegroupResources.clone() |
NodegroupResources |
Nodegroup.getResources()
The resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
|
NodegroupResources |
NodegroupResources.withAutoScalingGroups(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.
|
NodegroupResources |
NodegroupResources.withRemoteAccessSecurityGroup(String remoteAccessSecurityGroup)
The remote access security group associated with the node group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Nodegroup.setResources(NodegroupResources resources)
The resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
|
Nodegroup |
Nodegroup.withResources(NodegroupResources resources)
The resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
|
Copyright © 2021. All rights reserved.