Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentActionGroupResponse
-
Packages that use GetAgentActionGroupResponse Package Description software.amazon.awssdk.services.bedrockagent 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 GetAgentActionGroupResponse Modifier and Type Method Description default 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 GetAgentActionGroupResponse Modifier and Type Method Description default CompletableFuture<GetAgentActionGroupResponse>BedrockAgentAsyncClient. getAgentActionGroup(Consumer<GetAgentActionGroupRequest.Builder> getAgentActionGroupRequest)Gets information about an action group for an agent.default CompletableFuture<GetAgentActionGroupResponse>BedrockAgentAsyncClient. getAgentActionGroup(GetAgentActionGroupRequest getAgentActionGroupRequest)Gets information about an action group for an agent.
-