Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentResponse
-
Packages that use UpdateAgentResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of UpdateAgentResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return UpdateAgentResponse Modifier and Type Method Description default UpdateAgentResponseBedrockAgentClient. updateAgent(Consumer<UpdateAgentRequest.Builder> updateAgentRequest)Updates the configuration of an agent.default UpdateAgentResponseBedrockAgentClient. updateAgent(UpdateAgentRequest updateAgentRequest)Updates the configuration of an agent.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type UpdateAgentResponse Modifier and Type Method Description default CompletableFuture<UpdateAgentResponse>BedrockAgentAsyncClient. updateAgent(Consumer<UpdateAgentRequest.Builder> updateAgentRequest)Updates the configuration of an agent.default CompletableFuture<UpdateAgentResponse>BedrockAgentAsyncClient. updateAgent(UpdateAgentRequest updateAgentRequest)Updates the configuration of an agent.
-