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