Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListAgentVersionsResponse
-
Packages that use ListAgentVersionsResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of ListAgentVersionsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListAgentVersionsResponse Modifier and Type Method Description default 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 ListAgentVersionsResponse Modifier and Type Method Description default CompletableFuture<ListAgentVersionsResponse>BedrockAgentAsyncClient. listAgentVersions(Consumer<ListAgentVersionsRequest.Builder> listAgentVersionsRequest)Lists the versions of an agent and information about each version.default CompletableFuture<ListAgentVersionsResponse>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 ListAgentVersionsResponse Modifier and Type Method Description Iterator<ListAgentVersionsResponse>ListAgentVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListAgentVersionsResponse Modifier and Type Method Description voidListAgentVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAgentVersionsResponse> subscriber)
-