Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Collaborator
-
Packages that use Collaborator Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 Collaborator Modifier and Type Method Description List<Collaborator>InvokeInlineAgentRequest. collaborators()List of collaborator inline agents.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type Collaborator Modifier and Type Method Description InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder. collaborators(Collaborator... collaborators)List of collaborator inline agents.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type Collaborator Modifier and Type Method Description InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder. collaborators(Collection<Collaborator> collaborators)List of collaborator inline agents.
-