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