Uses of Interface
software.amazon.awssdk.services.eks.model.InsightCategorySpecificSummary.Builder
-
Packages that use InsightCategorySpecificSummary.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of InsightCategorySpecificSummary.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return InsightCategorySpecificSummary.Builder Modifier and Type Method Description static InsightCategorySpecificSummary.BuilderInsightCategorySpecificSummary. builder()InsightCategorySpecificSummary.BuilderInsightCategorySpecificSummary.Builder. deprecationDetails(Collection<DeprecationDetail> deprecationDetails)The summary information about deprecated resource usage for an insight check in theUPGRADE_READINESScategory.InsightCategorySpecificSummary.BuilderInsightCategorySpecificSummary.Builder. deprecationDetails(Consumer<DeprecationDetail.Builder>... deprecationDetails)The summary information about deprecated resource usage for an insight check in theUPGRADE_READINESScategory.InsightCategorySpecificSummary.BuilderInsightCategorySpecificSummary.Builder. deprecationDetails(DeprecationDetail... deprecationDetails)The summary information about deprecated resource usage for an insight check in theUPGRADE_READINESScategory.InsightCategorySpecificSummary.BuilderInsightCategorySpecificSummary. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type InsightCategorySpecificSummary.Builder Modifier and Type Method Description static Class<? extends InsightCategorySpecificSummary.Builder>InsightCategorySpecificSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type InsightCategorySpecificSummary.Builder Modifier and Type Method Description default Insight.BuilderInsight.Builder. categorySpecificSummary(Consumer<InsightCategorySpecificSummary.Builder> categorySpecificSummary)Summary information that relates to the category of the insight.
-