Uses of Class
software.amazon.awssdk.services.eks.model.Issue
-
Packages that use Issue Package Description software.amazon.awssdk.services.eks.model -
-
Uses of Issue in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type Issue Modifier and Type Method Description List<Issue>NodegroupHealth. issues()Any issues that are associated with the node group.Methods in software.amazon.awssdk.services.eks.model with parameters of type Issue Modifier and Type Method Description NodegroupHealth.BuilderNodegroupHealth.Builder. issues(Issue... issues)Any issues that are associated with the node group.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type Issue Modifier and Type Method Description NodegroupHealth.BuilderNodegroupHealth.Builder. issues(Collection<Issue> issues)Any issues that are associated with the node group.
-