Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentResponse
-
Packages that use GetAgentResponse Package Description software.amazon.awssdk.services.bedrockagent 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 GetAgentResponse Modifier and Type Method Description default 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 GetAgentResponse Modifier and Type Method Description default 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.
-