Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateAgentActionGroupResponse
Packages that use CreateAgentActionGroupResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreateAgentActionGroupResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return CreateAgentActionGroupResponseModifier and TypeMethodDescriptiondefault CreateAgentActionGroupResponseBedrockAgentClient.createAgentActionGroup(Consumer<CreateAgentActionGroupRequest.Builder> createAgentActionGroupRequest) Creates an action group for an agent.default CreateAgentActionGroupResponseBedrockAgentClient.createAgentActionGroup(CreateAgentActionGroupRequest createAgentActionGroupRequest) Creates an action group for an agent.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type CreateAgentActionGroupResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.createAgentActionGroup(Consumer<CreateAgentActionGroupRequest.Builder> createAgentActionGroupRequest) Creates an action group for an agent.BedrockAgentAsyncClient.createAgentActionGroup(CreateAgentActionGroupRequest createAgentActionGroupRequest) Creates an action group for an agent.