Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentActionGroupResponse
-
Packages that use UpdateAgentActionGroupResponse Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the string -
-
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 an existing Action Group for Amazon Bedrock Agentdefault UpdateAgentActionGroupResponseBedrockAgentClient. updateAgentActionGroup(UpdateAgentActionGroupRequest updateAgentActionGroupRequest)Updates an existing Action Group for Amazon Bedrock AgentMethods 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 an existing Action Group for Amazon Bedrock Agentdefault CompletableFuture<UpdateAgentActionGroupResponse>BedrockAgentAsyncClient. updateAgentActionGroup(UpdateAgentActionGroupRequest updateAgentActionGroupRequest)Updates an existing Action Group for Amazon Bedrock Agent
-