Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Collaborator
Packages that use Collaborator
-
Uses of Collaborator in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type CollaboratorModifier and TypeMethodDescriptionfinal List<Collaborator>InvokeInlineAgentRequest.collaborators()List of collaborator inline agents.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type CollaboratorModifier and TypeMethodDescriptionInvokeInlineAgentRequest.Builder.collaborators(Collaborator... collaborators) List of collaborator inline agents.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type CollaboratorModifier and TypeMethodDescriptionInvokeInlineAgentRequest.Builder.collaborators(Collection<Collaborator> collaborators) List of collaborator inline agents.