Uses of Class
software.amazon.awssdk.services.eks.model.AddonIssue
-
Packages that use AddonIssue Package Description software.amazon.awssdk.services.eks.model -
-
Uses of AddonIssue in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type AddonIssue Modifier and Type Method Description List<AddonIssue>AddonHealth. issues()An object representing the health issues for an add-on.Methods in software.amazon.awssdk.services.eks.model with parameters of type AddonIssue Modifier and Type Method Description AddonHealth.BuilderAddonHealth.Builder. issues(AddonIssue... issues)An object representing the health issues for an add-on.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type AddonIssue Modifier and Type Method Description AddonHealth.BuilderAddonHealth.Builder. issues(Collection<AddonIssue> issues)An object representing the health issues for an add-on.
-