Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.ListRecommendationsResponse
Packages that use ListRecommendationsResponse
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of ListRecommendationsResponse in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that return ListRecommendationsResponseModifier and TypeMethodDescriptiondefault ListRecommendationsResponseBedrockAgentCoreClient.listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest) Lists all recommendations in the account, with optional filtering by status.default ListRecommendationsResponseBedrockAgentCoreClient.listRecommendations(ListRecommendationsRequest listRecommendationsRequest) Lists all recommendations in the account, with optional filtering by status.Methods in software.amazon.awssdk.services.bedrockagentcore that return types with arguments of type ListRecommendationsResponseModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest) Lists all recommendations in the account, with optional filtering by status.BedrockAgentCoreAsyncClient.listRecommendations(ListRecommendationsRequest listRecommendationsRequest) Lists all recommendations in the account, with optional filtering by status. -
Uses of ListRecommendationsResponse in software.amazon.awssdk.services.bedrockagentcore.paginators
Methods in software.amazon.awssdk.services.bedrockagentcore.paginators that return types with arguments of type ListRecommendationsResponseMethod parameters in software.amazon.awssdk.services.bedrockagentcore.paginators with type arguments of type ListRecommendationsResponseModifier and TypeMethodDescriptionvoidListRecommendationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRecommendationsResponse> subscriber)