Uses of Class
software.amazon.awssdk.services.qconnect.model.Origin
-
Packages that use Origin Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of Origin in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return Origin Modifier and Type Method Description static OriginOrigin. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OriginAIAgentData. origin()Specifies the origin of the AI Agent.OriginAIAgentSummary. origin()The origin of the AI Agent.OriginAIPromptData. origin()The origin of the AI Prompt.OriginAIPromptSummary. origin()The origin of the AI Prompt.OriginListAiAgentsRequest. origin()The origin of the AI Agents to be listed.OriginListAiAgentVersionsRequest. origin()The origin of the AI Agent versions to be listed.OriginListAiPromptsRequest. origin()The origin of the AI Prompts to be listed.OriginListAiPromptVersionsRequest. origin()The origin of the AI Prompt versions to be listed.static OriginOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static Origin[]Origin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type Origin Modifier and Type Method Description static Set<Origin>Origin. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type Origin Modifier and Type Method Description AIAgentData.BuilderAIAgentData.Builder. origin(Origin origin)Specifies the origin of the AI Agent.AIAgentSummary.BuilderAIAgentSummary.Builder. origin(Origin origin)The origin of the AI Agent.AIPromptData.BuilderAIPromptData.Builder. origin(Origin origin)The origin of the AI Prompt.AIPromptSummary.BuilderAIPromptSummary.Builder. origin(Origin origin)The origin of the AI Prompt.ListAiAgentsRequest.BuilderListAiAgentsRequest.Builder. origin(Origin origin)The origin of the AI Agents to be listed.ListAiAgentVersionsRequest.BuilderListAiAgentVersionsRequest.Builder. origin(Origin origin)The origin of the AI Agent versions to be listed.ListAiPromptsRequest.BuilderListAiPromptsRequest.Builder. origin(Origin origin)The origin of the AI Prompts to be listed.ListAiPromptVersionsRequest.BuilderListAiPromptVersionsRequest.Builder. origin(Origin origin)The origin of the AI Prompt versions to be listed.
-