Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentResponse
Packages that use GetAgentResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of GetAgentResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetAgentResponseModifier and TypeMethodDescriptiondefault GetAgentResponseBedrockAgentClient.getAgent(Consumer<GetAgentRequest.Builder> getAgentRequest) Gets information about an agent.default GetAgentResponseBedrockAgentClient.getAgent(GetAgentRequest getAgentRequest) Gets information about an agent.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetAgentResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetAgentResponse>BedrockAgentAsyncClient.getAgent(Consumer<GetAgentRequest.Builder> getAgentRequest) Gets information about an agent.default CompletableFuture<GetAgentResponse>BedrockAgentAsyncClient.getAgent(GetAgentRequest getAgentRequest) Gets information about an agent.