Uses of Class
software.amazon.awssdk.services.eks.model.NodegroupResources
-
Packages that use NodegroupResources Package Description software.amazon.awssdk.services.eks.model -
-
Uses of NodegroupResources in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return NodegroupResources Modifier and Type Method Description NodegroupResourcesNodegroup. resources()The resources associated with the node group, such as Auto Scaling groups and security groups for remote access.Methods in software.amazon.awssdk.services.eks.model with parameters of type NodegroupResources Modifier and Type Method Description Nodegroup.BuilderNodegroup.Builder. resources(NodegroupResources resources)The resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
-