Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentActionGroupResponse
Packages that use UpdateAgentActionGroupResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of UpdateAgentActionGroupResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return UpdateAgentActionGroupResponseModifier and TypeMethodDescriptiondefault 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.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type UpdateAgentActionGroupResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.updateAgentActionGroup(Consumer<UpdateAgentActionGroupRequest.Builder> updateAgentActionGroupRequest) Updates the configuration for an action group for an agent.BedrockAgentAsyncClient.updateAgentActionGroup(UpdateAgentActionGroupRequest updateAgentActionGroupRequest) Updates the configuration for an action group for an agent.