| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static SalesforceKnowledgeArticleState |
SalesforceKnowledgeArticleState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SalesforceKnowledgeArticleState |
SalesforceKnowledgeArticleState.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<SalesforceKnowledgeArticleState> |
SalesforceKnowledgeArticleConfiguration.includedStates()
Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.
|
static Set<SalesforceKnowledgeArticleState> |
SalesforceKnowledgeArticleState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SalesforceKnowledgeArticleConfiguration.Builder |
SalesforceKnowledgeArticleConfiguration.Builder.includedStates(SalesforceKnowledgeArticleState... includedStates)
Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.
|
| Modifier and Type | Method and Description |
|---|---|
SalesforceKnowledgeArticleConfiguration.Builder |
SalesforceKnowledgeArticleConfiguration.Builder.includedStates(Collection<SalesforceKnowledgeArticleState> includedStates)
Specifies the document states that should be included when Amazon Kendra indexes knowledge articles.
|
Copyright © 2020. All rights reserved.