Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentRequest
-
Packages that use GetAgentRequest Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.transform -
-
Uses of GetAgentRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type GetAgentRequest Modifier and Type Method Description default CompletableFuture<GetAgentResponse>BedrockAgentAsyncClient. getAgent(GetAgentRequest getAgentRequest)Gets information about an agent.default GetAgentResponseBedrockAgentClient. getAgent(GetAgentRequest getAgentRequest)Gets information about an agent. -
Uses of GetAgentRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type GetAgentRequest Modifier and Type Method Description SdkHttpFullRequestGetAgentRequestMarshaller. marshall(GetAgentRequest getAgentRequest)
-