Uses of Class
software.amazon.awssdk.services.kendra.model.SalesforceKnowledgeArticleState
-
Packages that use SalesforceKnowledgeArticleState Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SalesforceKnowledgeArticleState in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return SalesforceKnowledgeArticleState Modifier and Type Method Description static SalesforceKnowledgeArticleStateSalesforceKnowledgeArticleState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SalesforceKnowledgeArticleStateSalesforceKnowledgeArticleState. valueOf(String name)Returns the enum constant of this type with the specified name.static SalesforceKnowledgeArticleState[]SalesforceKnowledgeArticleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type SalesforceKnowledgeArticleState Modifier and Type Method Description List<SalesforceKnowledgeArticleState>SalesforceKnowledgeArticleConfiguration. includedStates()Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.static Set<SalesforceKnowledgeArticleState>SalesforceKnowledgeArticleState. knownValues()Methods in software.amazon.awssdk.services.kendra.model with parameters of type SalesforceKnowledgeArticleState Modifier and Type Method Description SalesforceKnowledgeArticleConfiguration.BuilderSalesforceKnowledgeArticleConfiguration.Builder. includedStates(SalesforceKnowledgeArticleState... includedStates)Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SalesforceKnowledgeArticleState Modifier and Type Method Description SalesforceKnowledgeArticleConfiguration.BuilderSalesforceKnowledgeArticleConfiguration.Builder. includedStates(Collection<SalesforceKnowledgeArticleState> includedStates)Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.
-