Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentResponse
Packages that use UpdateAgentResponse
Package
Description
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 UpdateAgentResponseModifier and TypeMethodDescriptiondefault 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 UpdateAgentResponseModifier and TypeMethodDescriptiondefault 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.