Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentCollaboratorSummary
Packages that use AgentCollaboratorSummary
Package
Description
-
Uses of AgentCollaboratorSummary in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentCollaboratorSummaryModifier and TypeMethodDescriptionfinal List<AgentCollaboratorSummary>ListAgentCollaboratorsResponse.agentCollaboratorSummaries()A list of collaborator summaries.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentCollaboratorSummaryModifier and TypeMethodDescriptionListAgentCollaboratorsResponse.Builder.agentCollaboratorSummaries(AgentCollaboratorSummary... agentCollaboratorSummaries) A list of collaborator summaries.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentCollaboratorSummaryModifier and TypeMethodDescriptionListAgentCollaboratorsResponse.Builder.agentCollaboratorSummaries(Collection<AgentCollaboratorSummary> agentCollaboratorSummaries) A list of collaborator summaries. -
Uses of AgentCollaboratorSummary in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type AgentCollaboratorSummaryModifier and TypeMethodDescriptionListAgentCollaboratorsIterable.agentCollaboratorSummaries()Returns an iterable to iterate through the paginatedListAgentCollaboratorsResponse.agentCollaboratorSummaries()member.ListAgentCollaboratorsPublisher.agentCollaboratorSummaries()Returns a publisher that can be used to get a stream of data.