Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentResponse
-
Packages that use UpdateAgentResponse Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the string -
-
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 an existing Amazon Bedrock Agentdefault UpdateAgentResponseBedrockAgentClient. updateAgent(UpdateAgentRequest updateAgentRequest)Updates an existing Amazon Bedrock AgentMethods 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 an existing Amazon Bedrock Agentdefault CompletableFuture<UpdateAgentResponse>BedrockAgentAsyncClient. updateAgent(UpdateAgentRequest updateAgentRequest)Updates an existing Amazon Bedrock Agent
-