Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.RecommendationSummary
Packages that use RecommendationSummary
Package
Description
-
Uses of RecommendationSummary in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type RecommendationSummaryModifier and TypeMethodDescriptionfinal List<RecommendationSummary>ListRecommendationsResponse.recommendationSummaries()The list of recommendation summaries.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type RecommendationSummaryModifier and TypeMethodDescriptionListRecommendationsResponse.Builder.recommendationSummaries(RecommendationSummary... recommendationSummaries) The list of recommendation summaries.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type RecommendationSummaryModifier and TypeMethodDescriptionListRecommendationsResponse.Builder.recommendationSummaries(Collection<RecommendationSummary> recommendationSummaries) The list of recommendation summaries. -
Uses of RecommendationSummary in software.amazon.awssdk.services.bedrockagentcore.paginators
Methods in software.amazon.awssdk.services.bedrockagentcore.paginators that return types with arguments of type RecommendationSummaryModifier and TypeMethodDescriptionfinal SdkIterable<RecommendationSummary>ListRecommendationsIterable.recommendationSummaries()Returns an iterable to iterate through the paginatedListRecommendationsResponse.recommendationSummaries()member.ListRecommendationsPublisher.recommendationSummaries()Returns a publisher that can be used to get a stream of data.