Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentVersionSummary
Packages that use AgentVersionSummary
Package
Description
-
Uses of AgentVersionSummary in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentVersionSummaryModifier and TypeMethodDescriptionfinal List<AgentVersionSummary>ListAgentVersionsResponse.agentVersionSummaries()A list of objects, each of which contains information about a version of the agent.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentVersionSummaryModifier and TypeMethodDescriptionListAgentVersionsResponse.Builder.agentVersionSummaries(AgentVersionSummary... agentVersionSummaries) A list of objects, each of which contains information about a version of the agent.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentVersionSummaryModifier and TypeMethodDescriptionListAgentVersionsResponse.Builder.agentVersionSummaries(Collection<AgentVersionSummary> agentVersionSummaries) A list of objects, each of which contains information about a version of the agent. -
Uses of AgentVersionSummary in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type AgentVersionSummaryModifier and TypeMethodDescriptionfinal SdkIterable<AgentVersionSummary>ListAgentVersionsIterable.agentVersionSummaries()Returns an iterable to iterate through the paginatedListAgentVersionsResponse.agentVersionSummaries()member.final SdkPublisher<AgentVersionSummary>ListAgentVersionsPublisher.agentVersionSummaries()Returns a publisher that can be used to get a stream of data.