Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentVersionSummary
-
Packages that use AgentVersionSummary Package Description software.amazon.awssdk.services.bedrockagent.model software.amazon.awssdk.services.bedrockagent.paginators -
-
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 AgentVersionSummary Modifier and Type Method Description List<AgentVersionSummary>ListAgentVersionsResponse. agentVersionSummaries()Returns the value of the AgentVersionSummaries property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentVersionSummary Modifier and Type Method Description ListAgentVersionsResponse.BuilderListAgentVersionsResponse.Builder. agentVersionSummaries(AgentVersionSummary... agentVersionSummaries)Sets the value of the AgentVersionSummaries property for this object.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentVersionSummary Modifier and Type Method Description ListAgentVersionsResponse.BuilderListAgentVersionsResponse.Builder. agentVersionSummaries(Collection<AgentVersionSummary> agentVersionSummaries)Sets the value of the AgentVersionSummaries property for this object. -
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 AgentVersionSummary Modifier and Type Method Description SdkIterable<AgentVersionSummary>ListAgentVersionsIterable. agentVersionSummaries()Returns an iterable to iterate through the paginatedListAgentVersionsResponse.agentVersionSummaries()member.SdkPublisher<AgentVersionSummary>ListAgentVersionsPublisher. agentVersionSummaries()Returns a publisher that can be used to get a stream of data.
-