Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentVersionResponse
-
Packages that use GetAgentVersionResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of GetAgentVersionResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetAgentVersionResponse Modifier and Type Method Description default GetAgentVersionResponseBedrockAgentClient. getAgentVersion(Consumer<GetAgentVersionRequest.Builder> getAgentVersionRequest)Gets details about a version of an agent.default GetAgentVersionResponseBedrockAgentClient. getAgentVersion(GetAgentVersionRequest getAgentVersionRequest)Gets details about a version of an agent.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetAgentVersionResponse Modifier and Type Method Description default CompletableFuture<GetAgentVersionResponse>BedrockAgentAsyncClient. getAgentVersion(Consumer<GetAgentVersionRequest.Builder> getAgentVersionRequest)Gets details about a version of an agent.default CompletableFuture<GetAgentVersionResponse>BedrockAgentAsyncClient. getAgentVersion(GetAgentVersionRequest getAgentVersionRequest)Gets details about a version of an agent.
-