Uses of Interface
software.amazon.awssdk.services.eks.model.ListInsightsResponse.Builder
-
Packages that use ListInsightsResponse.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of ListInsightsResponse.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return ListInsightsResponse.Builder Modifier and Type Method Description static ListInsightsResponse.BuilderListInsightsResponse. builder()ListInsightsResponse.BuilderListInsightsResponse.Builder. insights(Collection<InsightSummary> insights)The returned list of insights.ListInsightsResponse.BuilderListInsightsResponse.Builder. insights(Consumer<InsightSummary.Builder>... insights)The returned list of insights.ListInsightsResponse.BuilderListInsightsResponse.Builder. insights(InsightSummary... insights)The returned list of insights.ListInsightsResponse.BuilderListInsightsResponse.Builder. nextToken(String nextToken)ThenextTokenvalue to include in a futureListInsightsrequest.ListInsightsResponse.BuilderListInsightsResponse. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type ListInsightsResponse.Builder Modifier and Type Method Description static Class<? extends ListInsightsResponse.Builder>ListInsightsResponse. serializableBuilderClass()
-