Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentSummary
-
Packages that use AgentSummary Package Description software.amazon.awssdk.services.bedrockagent.model software.amazon.awssdk.services.bedrockagent.paginators -
-
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 AgentSummary Modifier and Type Method Description List<AgentSummary>ListAgentsResponse. agentSummaries()Returns the value of the AgentSummaries property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentSummary Modifier and Type Method Description ListAgentsResponse.BuilderListAgentsResponse.Builder. agentSummaries(AgentSummary... agentSummaries)Sets the value of the AgentSummaries property for this object.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentSummary Modifier and Type Method Description ListAgentsResponse.BuilderListAgentsResponse.Builder. agentSummaries(Collection<AgentSummary> agentSummaries)Sets the value of the AgentSummaries property for this object. -
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 AgentSummary Modifier and Type Method Description SdkIterable<AgentSummary>ListAgentsIterable. agentSummaries()Returns an iterable to iterate through the paginatedListAgentsResponse.agentSummaries()member.SdkPublisher<AgentSummary>ListAgentsPublisher. agentSummaries()Returns a publisher that can be used to get a stream of data.
-