Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.AgentCollaboration
Packages that use AgentCollaboration
-
Uses of AgentCollaboration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentCollaborationModifier and TypeMethodDescriptionfinal AgentCollaborationAgent.agentCollaboration()The agent's collaboration settings.final AgentCollaborationAgentVersion.agentCollaboration()The agent's collaboration settings.final AgentCollaborationCreateAgentRequest.agentCollaboration()The agent's collaboration role.final AgentCollaborationUpdateAgentRequest.agentCollaboration()The agent's collaboration role.static AgentCollaborationUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AgentCollaborationReturns the enum constant of this type with the specified name.static AgentCollaboration[]AgentCollaboration.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentCollaborationModifier and TypeMethodDescriptionstatic Set<AgentCollaboration>AgentCollaboration.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentCollaborationModifier and TypeMethodDescriptionAgent.Builder.agentCollaboration(AgentCollaboration agentCollaboration) The agent's collaboration settings.AgentVersion.Builder.agentCollaboration(AgentCollaboration agentCollaboration) The agent's collaboration settings.CreateAgentRequest.Builder.agentCollaboration(AgentCollaboration agentCollaboration) The agent's collaboration role.UpdateAgentRequest.Builder.agentCollaboration(AgentCollaboration agentCollaboration) The agent's collaboration role.