Uses of Class
software.amazon.awssdk.services.eks.model.ClusterIssue
-
Packages that use ClusterIssue Package Description software.amazon.awssdk.services.eks.model -
-
Uses of ClusterIssue in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type ClusterIssue Modifier and Type Method Description List<ClusterIssue>ClusterHealth. issues()An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.Methods in software.amazon.awssdk.services.eks.model with parameters of type ClusterIssue Modifier and Type Method Description ClusterHealth.BuilderClusterHealth.Builder. issues(ClusterIssue... issues)An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type ClusterIssue Modifier and Type Method Description ClusterHealth.BuilderClusterHealth.Builder. issues(Collection<ClusterIssue> issues)An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
-