Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ListRecommendationsRequest.Builder
Packages that use ListRecommendationsRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of ListRecommendationsRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type ListRecommendationsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest) Lists all recommendations in the account, with optional filtering by status.default ListRecommendationsResponseBedrockAgentCoreClient.listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest) Lists all recommendations in the account, with optional filtering by status.default ListRecommendationsPublisherBedrockAgentCoreAsyncClient.listRecommendationsPaginator(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest) default ListRecommendationsIterableBedrockAgentCoreClient.listRecommendationsPaginator(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest) This is a variant ofBedrockAgentCoreClient.listRecommendations(software.amazon.awssdk.services.bedrockagentcore.model.ListRecommendationsRequest)operation. -
Uses of ListRecommendationsRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ListRecommendationsRequest.BuilderModifier and TypeMethodDescriptionListRecommendationsRequest.builder()ListRecommendationsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in the response.If the total number of results is greater than themaxResultsvalue provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.ListRecommendationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListRecommendationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListRecommendationsRequest.Builder.statusFilter(String statusFilter) Optional filter to return only recommendations with the specified status.ListRecommendationsRequest.Builder.statusFilter(RecommendationStatus statusFilter) Optional filter to return only recommendations with the specified status.ListRecommendationsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ListRecommendationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListRecommendationsRequest.Builder>ListRecommendationsRequest.serializableBuilderClass()