Uses of Class
software.amazon.awssdk.services.eks.model.NodegroupHealth
-
Packages that use NodegroupHealth Package Description software.amazon.awssdk.services.eks.model -
-
Uses of NodegroupHealth in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return NodegroupHealth Modifier and Type Method Description NodegroupHealthNodegroup. health()The health status of the node group.Methods in software.amazon.awssdk.services.eks.model with parameters of type NodegroupHealth Modifier and Type Method Description Nodegroup.BuilderNodegroup.Builder. health(NodegroupHealth health)The health status of the node group.
-