Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentSummary
Packages that use AgentSummary
Package
Description
-
Uses of AgentSummary in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentSummaryModifier and TypeMethodDescriptionfinal List<AgentSummary>ListAgentsResponse.agentSummaries()A list of objects, each of which contains information about an agent.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentSummaryModifier and TypeMethodDescriptionListAgentsResponse.Builder.agentSummaries(AgentSummary... agentSummaries) A list of objects, each of which contains information about an agent.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentSummaryModifier and TypeMethodDescriptionListAgentsResponse.Builder.agentSummaries(Collection<AgentSummary> agentSummaries) A list of objects, each of which contains information about an agent. -
Uses of AgentSummary in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type AgentSummaryModifier and TypeMethodDescriptionfinal SdkIterable<AgentSummary>ListAgentsIterable.agentSummaries()Returns an iterable to iterate through the paginatedListAgentsResponse.agentSummaries()member.final SdkPublisher<AgentSummary>ListAgentsPublisher.agentSummaries()Returns a publisher that can be used to get a stream of data.