Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListAgentVersionsRequest
Packages that use ListAgentVersionsRequest
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListAgentVersionsRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type ListAgentVersionsRequestModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listAgentVersions(ListAgentVersionsRequest 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.default ListAgentVersionsPublisherBedrockAgentAsyncClient.listAgentVersionsPaginator(ListAgentVersionsRequest listAgentVersionsRequest) This is a variant ofBedrockAgentAsyncClient.listAgentVersions(software.amazon.awssdk.services.bedrockagent.model.ListAgentVersionsRequest)operation.default ListAgentVersionsIterableBedrockAgentClient.listAgentVersionsPaginator(ListAgentVersionsRequest listAgentVersionsRequest) This is a variant ofBedrockAgentClient.listAgentVersions(software.amazon.awssdk.services.bedrockagent.model.ListAgentVersionsRequest)operation. -
Uses of ListAgentVersionsRequest in software.amazon.awssdk.services.bedrockagent.paginators
Constructors in software.amazon.awssdk.services.bedrockagent.paginators with parameters of type ListAgentVersionsRequestModifierConstructorDescriptionListAgentVersionsIterable(BedrockAgentClient client, ListAgentVersionsRequest firstRequest) ListAgentVersionsPublisher(BedrockAgentAsyncClient client, ListAgentVersionsRequest firstRequest) -
Uses of ListAgentVersionsRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type ListAgentVersionsRequestModifier and TypeMethodDescriptionListAgentVersionsRequestMarshaller.marshall(ListAgentVersionsRequest listAgentVersionsRequest)