Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListAgentVersionsResponse
Packages that use ListAgentVersionsResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListAgentVersionsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListAgentVersionsResponseModifier and TypeMethodDescriptiondefault ListAgentVersionsResponseBedrockAgentClient.listAgentVersions(Consumer<ListAgentVersionsRequest.Builder> listAgentVersionsRequest) Lists the versions of an agent and information about each version.default ListAgentVersionsResponseBedrockAgentClient.listAgentVersions(ListAgentVersionsRequest listAgentVersionsRequest) Lists the versions of an agent and information about each version.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListAgentVersionsResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listAgentVersions(Consumer<ListAgentVersionsRequest.Builder> listAgentVersionsRequest) Lists the versions of an agent and information about each version.BedrockAgentAsyncClient.listAgentVersions(ListAgentVersionsRequest listAgentVersionsRequest) Lists the versions of an agent and information about each version. -
Uses of ListAgentVersionsResponse in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type ListAgentVersionsResponseMethod parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListAgentVersionsResponseModifier and TypeMethodDescriptionvoidListAgentVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAgentVersionsResponse> subscriber)