Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListKnowledgeBasesRequest.Builder
Packages that use ListKnowledgeBasesRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListKnowledgeBasesRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type ListKnowledgeBasesRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listKnowledgeBases(Consumer<ListKnowledgeBasesRequest.Builder> listKnowledgeBasesRequest) Lists the knowledge bases in an account.default ListKnowledgeBasesResponseBedrockAgentClient.listKnowledgeBases(Consumer<ListKnowledgeBasesRequest.Builder> listKnowledgeBasesRequest) Lists the knowledge bases in an account.default ListKnowledgeBasesPublisherBedrockAgentAsyncClient.listKnowledgeBasesPaginator(Consumer<ListKnowledgeBasesRequest.Builder> listKnowledgeBasesRequest) This is a variant ofBedrockAgentAsyncClient.listKnowledgeBases(software.amazon.awssdk.services.bedrockagent.model.ListKnowledgeBasesRequest)operation.default ListKnowledgeBasesIterableBedrockAgentClient.listKnowledgeBasesPaginator(Consumer<ListKnowledgeBasesRequest.Builder> listKnowledgeBasesRequest) This is a variant ofBedrockAgentClient.listKnowledgeBases(software.amazon.awssdk.services.bedrockagent.model.ListKnowledgeBasesRequest)operation. -
Uses of ListKnowledgeBasesRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListKnowledgeBasesRequest.BuilderModifier and TypeMethodDescriptionListKnowledgeBasesRequest.builder()ListKnowledgeBasesRequest.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.ListKnowledgeBasesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListKnowledgeBasesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListKnowledgeBasesRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListKnowledgeBasesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListKnowledgeBasesRequest.Builder>ListKnowledgeBasesRequest.serializableBuilderClass()