Uses of Class
software.amazon.awssdk.services.qconnect.model.KnowledgeBaseStatus
-
Packages that use KnowledgeBaseStatus Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of KnowledgeBaseStatus in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return KnowledgeBaseStatus Modifier and Type Method Description static KnowledgeBaseStatusKnowledgeBaseStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KnowledgeBaseStatusKnowledgeBaseData. status()The status of the knowledge base.KnowledgeBaseStatusKnowledgeBaseSummary. status()The status of the knowledge base summary.static KnowledgeBaseStatusKnowledgeBaseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static KnowledgeBaseStatus[]KnowledgeBaseStatus. 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 KnowledgeBaseStatus Modifier and Type Method Description static Set<KnowledgeBaseStatus>KnowledgeBaseStatus. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type KnowledgeBaseStatus Modifier and Type Method Description KnowledgeBaseData.BuilderKnowledgeBaseData.Builder. status(KnowledgeBaseStatus status)The status of the knowledge base.KnowledgeBaseSummary.BuilderKnowledgeBaseSummary.Builder. status(KnowledgeBaseStatus status)The status of the knowledge base summary.
-