Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentActionGroupResponse
Packages that use GetAgentActionGroupResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of GetAgentActionGroupResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetAgentActionGroupResponseModifier and TypeMethodDescriptiondefault GetAgentActionGroupResponseBedrockAgentClient.getAgentActionGroup(Consumer<GetAgentActionGroupRequest.Builder> getAgentActionGroupRequest) Gets information about an action group for an agent.default GetAgentActionGroupResponseBedrockAgentClient.getAgentActionGroup(GetAgentActionGroupRequest getAgentActionGroupRequest) Gets information about an action group for an agent.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetAgentActionGroupResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.getAgentActionGroup(Consumer<GetAgentActionGroupRequest.Builder> getAgentActionGroupRequest) Gets information about an action group for an agent.BedrockAgentAsyncClient.getAgentActionGroup(GetAgentActionGroupRequest getAgentActionGroupRequest) Gets information about an action group for an agent.