Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ConflictException
Packages that use ConflictException
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ConflictException in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that throw ConflictExceptionModifier 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.default DeleteAgentResponseBedrockAgentClient.deleteAgent(Consumer<DeleteAgentRequest.Builder> deleteAgentRequest) Deletes an agent.default DeleteAgentResponseBedrockAgentClient.deleteAgent(DeleteAgentRequest deleteAgentRequest) Deletes an agent.default DeleteAgentActionGroupResponseBedrockAgentClient.deleteAgentActionGroup(Consumer<DeleteAgentActionGroupRequest.Builder> deleteAgentActionGroupRequest) Deletes an action group in an agent.default DeleteAgentActionGroupResponseBedrockAgentClient.deleteAgentActionGroup(DeleteAgentActionGroupRequest deleteAgentActionGroupRequest) Deletes an action group in an agent.default DeleteAgentVersionResponseBedrockAgentClient.deleteAgentVersion(Consumer<DeleteAgentVersionRequest.Builder> deleteAgentVersionRequest) Deletes a version of an agent.default DeleteAgentVersionResponseBedrockAgentClient.deleteAgentVersion(DeleteAgentVersionRequest deleteAgentVersionRequest) Deletes a version of an agent.default DeleteDataSourceResponseBedrockAgentClient.deleteDataSource(Consumer<DeleteDataSourceRequest.Builder> deleteDataSourceRequest) Deletes a data source from a knowledge base.default DeleteDataSourceResponseBedrockAgentClient.deleteDataSource(DeleteDataSourceRequest deleteDataSourceRequest) Deletes a data source from a knowledge base.default DeleteFlowResponseBedrockAgentClient.deleteFlow(Consumer<DeleteFlowRequest.Builder> deleteFlowRequest) Deletes a flow.default DeleteFlowResponseBedrockAgentClient.deleteFlow(DeleteFlowRequest deleteFlowRequest) Deletes a flow.default DeleteFlowAliasResponseBedrockAgentClient.deleteFlowAlias(Consumer<DeleteFlowAliasRequest.Builder> deleteFlowAliasRequest) Deletes an alias of a flow.default DeleteFlowAliasResponseBedrockAgentClient.deleteFlowAlias(DeleteFlowAliasRequest deleteFlowAliasRequest) Deletes an alias of a flow.default DeleteFlowVersionResponseBedrockAgentClient.deleteFlowVersion(Consumer<DeleteFlowVersionRequest.Builder> deleteFlowVersionRequest) Deletes a version of a flow.default DeleteFlowVersionResponseBedrockAgentClient.deleteFlowVersion(DeleteFlowVersionRequest deleteFlowVersionRequest) Deletes a version of a flow.default DeleteKnowledgeBaseResponseBedrockAgentClient.deleteKnowledgeBase(Consumer<DeleteKnowledgeBaseRequest.Builder> deleteKnowledgeBaseRequest) Deletes a knowledge base.default DeleteKnowledgeBaseResponseBedrockAgentClient.deleteKnowledgeBase(DeleteKnowledgeBaseRequest deleteKnowledgeBaseRequest) Deletes a knowledge base.default DeletePromptResponseBedrockAgentClient.deletePrompt(Consumer<DeletePromptRequest.Builder> deletePromptRequest) Deletes a prompt or a version of it, depending on whether you include thepromptVersionfield or not.default DeletePromptResponseBedrockAgentClient.deletePrompt(DeletePromptRequest deletePromptRequest) Deletes a prompt or a version of it, depending on whether you include thepromptVersionfield or not.BedrockAgentClient.disassociateAgentCollaborator(Consumer<DisassociateAgentCollaboratorRequest.Builder> disassociateAgentCollaboratorRequest) Disassociates an agent collaborator.BedrockAgentClient.disassociateAgentCollaborator(DisassociateAgentCollaboratorRequest disassociateAgentCollaboratorRequest) Disassociates an agent collaborator.BedrockAgentClient.disassociateAgentKnowledgeBase(Consumer<DisassociateAgentKnowledgeBaseRequest.Builder> disassociateAgentKnowledgeBaseRequest) Disassociates a knowledge base from an agent.BedrockAgentClient.disassociateAgentKnowledgeBase(DisassociateAgentKnowledgeBaseRequest disassociateAgentKnowledgeBaseRequest) Disassociates a knowledge base from an agent.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 StopIngestionJobResponseBedrockAgentClient.stopIngestionJob(Consumer<StopIngestionJobRequest.Builder> stopIngestionJobRequest) Stops a currently running data ingestion job.default StopIngestionJobResponseBedrockAgentClient.stopIngestionJob(StopIngestionJobRequest stopIngestionJobRequest) Stops a currently running data ingestion job.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 UpdateAgentKnowledgeBaseResponseBedrockAgentClient.updateAgentKnowledgeBase(Consumer<UpdateAgentKnowledgeBaseRequest.Builder> updateAgentKnowledgeBaseRequest) Updates the configuration for a knowledge base that has been associated with an agent.default UpdateAgentKnowledgeBaseResponseBedrockAgentClient.updateAgentKnowledgeBase(UpdateAgentKnowledgeBaseRequest updateAgentKnowledgeBaseRequest) Updates the configuration for a knowledge base that has been associated with an agent.default UpdateDataSourceResponseBedrockAgentClient.updateDataSource(Consumer<UpdateDataSourceRequest.Builder> updateDataSourceRequest) Updates the configurations for a data source connector.default UpdateDataSourceResponseBedrockAgentClient.updateDataSource(UpdateDataSourceRequest updateDataSourceRequest) Updates the configurations for a data source connector.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 UpdateKnowledgeBaseResponseBedrockAgentClient.updateKnowledgeBase(Consumer<UpdateKnowledgeBaseRequest.Builder> updateKnowledgeBaseRequest) Updates the configuration of a knowledge base with the fields that you specify.default UpdateKnowledgeBaseResponseBedrockAgentClient.updateKnowledgeBase(UpdateKnowledgeBaseRequest updateKnowledgeBaseRequest) Updates the configuration of a knowledge base with the fields that you specify.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.