| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static IssueSubEntity |
IssueSubEntity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static IssueSubEntity |
IssueSubEntity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssueSubEntity[] |
IssueSubEntity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<IssueSubEntity> |
JiraConfiguration.issueSubEntityFilter()
Specify whether to crawl comments, attachments, and work logs.
|
static Set<IssueSubEntity> |
IssueSubEntity.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JiraConfiguration.Builder |
JiraConfiguration.Builder.issueSubEntityFilter(IssueSubEntity... issueSubEntityFilter)
Specify whether to crawl comments, attachments, and work logs.
|
| Modifier and Type | Method and Description |
|---|---|
JiraConfiguration.Builder |
JiraConfiguration.Builder.issueSubEntityFilter(Collection<IssueSubEntity> issueSubEntityFilter)
Specify whether to crawl comments, attachments, and work logs.
|
Copyright © 2023. All rights reserved.