Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ServiceQuotaExceededException
Packages that use ServiceQuotaExceededException
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ServiceQuotaExceededException in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that throw ServiceQuotaExceededExceptionModifier and TypeMethodDescriptionBedrockAgentClient.associateAgentCollaborator(Consumer<AssociateAgentCollaboratorRequest.Builder> associateAgentCollaboratorRequest) Makes an agent a collaborator for another agent.BedrockAgentClient.associateAgentCollaborator(AssociateAgentCollaboratorRequest associateAgentCollaboratorRequest) Makes an agent a collaborator for another agent.BedrockAgentClient.associateAgentKnowledgeBase(Consumer<AssociateAgentKnowledgeBaseRequest.Builder> associateAgentKnowledgeBaseRequest) Associates a knowledge base with an agent.BedrockAgentClient.associateAgentKnowledgeBase(AssociateAgentKnowledgeBaseRequest associateAgentKnowledgeBaseRequest) Associates a knowledge base with an agent.default CreateAgentResponseBedrockAgentClient.createAgent(Consumer<CreateAgentRequest.Builder> createAgentRequest) Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers.default CreateAgentResponseBedrockAgentClient.createAgent(CreateAgentRequest createAgentRequest) Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers.default CreateAgentActionGroupResponseBedrockAgentClient.createAgentActionGroup(Consumer<CreateAgentActionGroupRequest.Builder> createAgentActionGroupRequest) Creates an action group for an agent.default CreateAgentActionGroupResponseBedrockAgentClient.createAgentActionGroup(CreateAgentActionGroupRequest createAgentActionGroupRequest) Creates an action group for an agent.default CreateAgentAliasResponseBedrockAgentClient.createAgentAlias(Consumer<CreateAgentAliasRequest.Builder> createAgentAliasRequest) Creates an alias of an agent that can be used to deploy the agent.default CreateAgentAliasResponseBedrockAgentClient.createAgentAlias(CreateAgentAliasRequest createAgentAliasRequest) Creates an alias of an agent that can be used to deploy the agent.default CreateDataSourceResponseBedrockAgentClient.createDataSource(Consumer<CreateDataSourceRequest.Builder> createDataSourceRequest) Connects a knowledge base to a data source.default CreateDataSourceResponseBedrockAgentClient.createDataSource(CreateDataSourceRequest createDataSourceRequest) Connects a knowledge base to a data source.default CreateFlowResponseBedrockAgentClient.createFlow(Consumer<CreateFlowRequest.Builder> createFlowRequest) Creates a prompt flow that you can use to send an input through various steps to yield an output.default CreateFlowResponseBedrockAgentClient.createFlow(CreateFlowRequest createFlowRequest) Creates a prompt flow that you can use to send an input through various steps to yield an output.default CreateFlowAliasResponseBedrockAgentClient.createFlowAlias(Consumer<CreateFlowAliasRequest.Builder> createFlowAliasRequest) Creates an alias of a flow for deployment.default CreateFlowAliasResponseBedrockAgentClient.createFlowAlias(CreateFlowAliasRequest createFlowAliasRequest) Creates an alias of a flow for deployment.default CreateFlowVersionResponseBedrockAgentClient.createFlowVersion(Consumer<CreateFlowVersionRequest.Builder> createFlowVersionRequest) Creates a version of the flow that you can deploy.default CreateFlowVersionResponseBedrockAgentClient.createFlowVersion(CreateFlowVersionRequest createFlowVersionRequest) Creates a version of the flow that you can deploy.default CreateKnowledgeBaseResponseBedrockAgentClient.createKnowledgeBase(Consumer<CreateKnowledgeBaseRequest.Builder> createKnowledgeBaseRequest) Creates a knowledge base.default CreateKnowledgeBaseResponseBedrockAgentClient.createKnowledgeBase(CreateKnowledgeBaseRequest createKnowledgeBaseRequest) Creates a knowledge base.default CreatePromptResponseBedrockAgentClient.createPrompt(Consumer<CreatePromptRequest.Builder> createPromptRequest) Creates a prompt in your prompt library that you can add to a flow.default CreatePromptResponseBedrockAgentClient.createPrompt(CreatePromptRequest createPromptRequest) Creates a prompt in your prompt library that you can add to a flow.default CreatePromptVersionResponseBedrockAgentClient.createPromptVersion(Consumer<CreatePromptVersionRequest.Builder> createPromptVersionRequest) Creates a static snapshot of your prompt that can be deployed to production.default CreatePromptVersionResponseBedrockAgentClient.createPromptVersion(CreatePromptVersionRequest createPromptVersionRequest) Creates a static snapshot of your prompt that can be deployed to production.BedrockAgentClient.deleteKnowledgeBaseDocuments(Consumer<DeleteKnowledgeBaseDocumentsRequest.Builder> deleteKnowledgeBaseDocumentsRequest) Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it.BedrockAgentClient.deleteKnowledgeBaseDocuments(DeleteKnowledgeBaseDocumentsRequest deleteKnowledgeBaseDocumentsRequest) Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it.BedrockAgentClient.getKnowledgeBaseDocuments(Consumer<GetKnowledgeBaseDocumentsRequest.Builder> getKnowledgeBaseDocumentsRequest) Retrieves specific documents from a data source that is connected to a knowledge base.BedrockAgentClient.getKnowledgeBaseDocuments(GetKnowledgeBaseDocumentsRequest getKnowledgeBaseDocumentsRequest) Retrieves specific documents from a data source that is connected to a knowledge base.BedrockAgentClient.ingestKnowledgeBaseDocuments(Consumer<IngestKnowledgeBaseDocumentsRequest.Builder> ingestKnowledgeBaseDocumentsRequest) Ingests documents directly into the knowledge base that is connected to the data source.BedrockAgentClient.ingestKnowledgeBaseDocuments(IngestKnowledgeBaseDocumentsRequest ingestKnowledgeBaseDocumentsRequest) Ingests documents directly into the knowledge base that is connected to the data source.BedrockAgentClient.listKnowledgeBaseDocuments(Consumer<ListKnowledgeBaseDocumentsRequest.Builder> listKnowledgeBaseDocumentsRequest) Retrieves all the documents contained in a data source that is connected to a knowledge base.BedrockAgentClient.listKnowledgeBaseDocuments(ListKnowledgeBaseDocumentsRequest listKnowledgeBaseDocumentsRequest) Retrieves all the documents contained in a data source that is connected to a knowledge base.BedrockAgentClient.listKnowledgeBaseDocumentsPaginator(Consumer<ListKnowledgeBaseDocumentsRequest.Builder> listKnowledgeBaseDocumentsRequest) BedrockAgentClient.listKnowledgeBaseDocumentsPaginator(ListKnowledgeBaseDocumentsRequest listKnowledgeBaseDocumentsRequest) default PrepareAgentResponseBedrockAgentClient.prepareAgent(Consumer<PrepareAgentRequest.Builder> prepareAgentRequest) Creates aDRAFTversion of the agent that can be used for internal testing.default PrepareAgentResponseBedrockAgentClient.prepareAgent(PrepareAgentRequest prepareAgentRequest) Creates aDRAFTversion of the agent that can be used for internal testing.default PrepareFlowResponseBedrockAgentClient.prepareFlow(Consumer<PrepareFlowRequest.Builder> prepareFlowRequest) Prepares theDRAFTversion of a flow so that it can be invoked.default PrepareFlowResponseBedrockAgentClient.prepareFlow(PrepareFlowRequest prepareFlowRequest) Prepares theDRAFTversion of a flow so that it can be invoked.default StartIngestionJobResponseBedrockAgentClient.startIngestionJob(Consumer<StartIngestionJobRequest.Builder> startIngestionJobRequest) Begins a data ingestion job.default StartIngestionJobResponseBedrockAgentClient.startIngestionJob(StartIngestionJobRequest startIngestionJobRequest) Begins a data ingestion job.default TagResourceResponseBedrockAgentClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Associate tags with a resource.default TagResourceResponseBedrockAgentClient.tagResource(TagResourceRequest tagResourceRequest) Associate tags with a resource.default UpdateAgentResponseBedrockAgentClient.updateAgent(Consumer<UpdateAgentRequest.Builder> updateAgentRequest) Updates the configuration of an agent.default UpdateAgentResponseBedrockAgentClient.updateAgent(UpdateAgentRequest updateAgentRequest) Updates the configuration of an agent.default UpdateAgentActionGroupResponseBedrockAgentClient.updateAgentActionGroup(Consumer<UpdateAgentActionGroupRequest.Builder> updateAgentActionGroupRequest) Updates the configuration for an action group for an agent.default UpdateAgentActionGroupResponseBedrockAgentClient.updateAgentActionGroup(UpdateAgentActionGroupRequest updateAgentActionGroupRequest) Updates the configuration for an action group for an agent.default UpdateAgentAliasResponseBedrockAgentClient.updateAgentAlias(Consumer<UpdateAgentAliasRequest.Builder> updateAgentAliasRequest) Updates configurations for an alias of an agent.default UpdateAgentAliasResponseBedrockAgentClient.updateAgentAlias(UpdateAgentAliasRequest updateAgentAliasRequest) Updates configurations for an alias of an agent.default UpdateAgentCollaboratorResponseBedrockAgentClient.updateAgentCollaborator(Consumer<UpdateAgentCollaboratorRequest.Builder> updateAgentCollaboratorRequest) Updates an agent's collaborator.default UpdateAgentCollaboratorResponseBedrockAgentClient.updateAgentCollaborator(UpdateAgentCollaboratorRequest updateAgentCollaboratorRequest) Updates an agent's collaborator.default UpdateFlowResponseBedrockAgentClient.updateFlow(Consumer<UpdateFlowRequest.Builder> updateFlowRequest) Modifies a flow.default UpdateFlowResponseBedrockAgentClient.updateFlow(UpdateFlowRequest updateFlowRequest) Modifies a flow.default UpdateFlowAliasResponseBedrockAgentClient.updateFlowAlias(Consumer<UpdateFlowAliasRequest.Builder> updateFlowAliasRequest) Modifies the alias of a flow.default UpdateFlowAliasResponseBedrockAgentClient.updateFlowAlias(UpdateFlowAliasRequest updateFlowAliasRequest) Modifies the alias of a flow.default UpdatePromptResponseBedrockAgentClient.updatePrompt(Consumer<UpdatePromptRequest.Builder> updatePromptRequest) Modifies a prompt in your prompt library.default UpdatePromptResponseBedrockAgentClient.updatePrompt(UpdatePromptRequest updatePromptRequest) Modifies a prompt in your prompt library.