Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentActionGroupResponse
-
Packages that use UpdateAgentActionGroupResponse Package Description software.amazon.awssdk.services.bedrockagent 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 UpdateAgentActionGroupResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type UpdateAgentActionGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateAgentActionGroupResponse>BedrockAgentAsyncClient. updateAgentActionGroup(Consumer<UpdateAgentActionGroupRequest.Builder> updateAgentActionGroupRequest)Updates the configuration for an action group for an agent.default CompletableFuture<UpdateAgentActionGroupResponse>BedrockAgentAsyncClient. updateAgentActionGroup(UpdateAgentActionGroupRequest updateAgentActionGroupRequest)Updates the configuration for an action group for an agent.
-