Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ListRecommendationsResponse.Builder
Packages that use ListRecommendationsResponse.Builder
-
Uses of ListRecommendationsResponse.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ListRecommendationsResponse.BuilderModifier and TypeMethodDescriptionListRecommendationsResponse.builder()If the total number of results is greater than themaxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.ListRecommendationsResponse.Builder.recommendationSummaries(Collection<RecommendationSummary> recommendationSummaries) The list of recommendation summaries.ListRecommendationsResponse.Builder.recommendationSummaries(Consumer<RecommendationSummary.Builder>... recommendationSummaries) The list of recommendation summaries.ListRecommendationsResponse.Builder.recommendationSummaries(RecommendationSummary... recommendationSummaries) The list of recommendation summaries.ListRecommendationsResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ListRecommendationsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListRecommendationsResponse.Builder>ListRecommendationsResponse.serializableBuilderClass()