Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.CollaboratorConfiguration
Packages that use CollaboratorConfiguration
-
Uses of CollaboratorConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type CollaboratorConfigurationModifier and TypeMethodDescriptionfinal List<CollaboratorConfiguration>Collaborator.collaboratorConfigurations()Settings of the collaborator agent.final List<CollaboratorConfiguration>InvokeInlineAgentRequest.collaboratorConfigurations()Settings for an inline agent collaborator called with InvokeInlineAgent.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type CollaboratorConfigurationModifier and TypeMethodDescriptionCollaborator.Builder.collaboratorConfigurations(CollaboratorConfiguration... collaboratorConfigurations) Settings of the collaborator agent.InvokeInlineAgentRequest.Builder.collaboratorConfigurations(CollaboratorConfiguration... collaboratorConfigurations) Settings for an inline agent collaborator called with InvokeInlineAgent.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type CollaboratorConfigurationModifier and TypeMethodDescriptionCollaborator.Builder.collaboratorConfigurations(Collection<CollaboratorConfiguration> collaboratorConfigurations) Settings of the collaborator agent.InvokeInlineAgentRequest.Builder.collaboratorConfigurations(Collection<CollaboratorConfiguration> collaboratorConfigurations) Settings for an inline agent collaborator called with InvokeInlineAgent.