Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.GetAgentCardResponse
Packages that use GetAgentCardResponse
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of GetAgentCardResponse in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that return GetAgentCardResponseModifier and TypeMethodDescriptiondefault GetAgentCardResponseBedrockAgentCoreClient.getAgentCard(Consumer<GetAgentCardRequest.Builder> getAgentCardRequest) Retrieves the A2A agent card associated with an AgentCore Runtime agent.default GetAgentCardResponseBedrockAgentCoreClient.getAgentCard(GetAgentCardRequest getAgentCardRequest) Retrieves the A2A agent card associated with an AgentCore Runtime agent.Methods in software.amazon.awssdk.services.bedrockagentcore that return types with arguments of type GetAgentCardResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetAgentCardResponse>BedrockAgentCoreAsyncClient.getAgentCard(Consumer<GetAgentCardRequest.Builder> getAgentCardRequest) Retrieves the A2A agent card associated with an AgentCore Runtime agent.default CompletableFuture<GetAgentCardResponse>BedrockAgentCoreAsyncClient.getAgentCard(GetAgentCardRequest getAgentCardRequest) Retrieves the A2A agent card associated with an AgentCore Runtime agent.