Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentVersionResponse
Packages that use GetAgentVersionResponse
Package
Description
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 GetAgentVersionResponseModifier and TypeMethodDescriptiondefault 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 GetAgentVersionResponseModifier and TypeMethodDescriptiondefault 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.