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