Uses of Class
software.amazon.awssdk.services.eks.model.DeprecationDetail
-
Packages that use DeprecationDetail Package Description software.amazon.awssdk.services.eks.model -
-
Uses of DeprecationDetail in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type DeprecationDetail Modifier and Type Method Description List<DeprecationDetail>InsightCategorySpecificSummary. deprecationDetails()The summary information about deprecated resource usage for an insight check in theUPGRADE_READINESScategory.Methods in software.amazon.awssdk.services.eks.model with parameters of type DeprecationDetail Modifier and Type Method Description InsightCategorySpecificSummary.BuilderInsightCategorySpecificSummary.Builder. deprecationDetails(DeprecationDetail... deprecationDetails)The summary information about deprecated resource usage for an insight check in theUPGRADE_READINESScategory.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type DeprecationDetail Modifier and Type Method Description InsightCategorySpecificSummary.BuilderInsightCategorySpecificSummary.Builder. deprecationDetails(Collection<DeprecationDetail> deprecationDetails)The summary information about deprecated resource usage for an insight check in theUPGRADE_READINESScategory.
-