Uses of Class
software.amazon.awssdk.services.kendra.model.SlackEntity
-
Packages that use SlackEntity Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SlackEntity in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return SlackEntity Modifier and Type Method Description static SlackEntitySlackEntity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SlackEntitySlackEntity. 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.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type SlackEntity Modifier and Type Method Description static Set<SlackEntity>SlackEntity. knownValues()List<SlackEntity>SlackConfiguration. slackEntityList()Specify whether to index public channels, private channels, group messages, and direct messages.Methods in software.amazon.awssdk.services.kendra.model with parameters of type SlackEntity Modifier and Type Method Description SlackConfiguration.BuilderSlackConfiguration.Builder. slackEntityList(SlackEntity... slackEntityList)Specify whether to index public channels, private channels, group messages, and direct messages.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SlackEntity Modifier and Type Method Description SlackConfiguration.BuilderSlackConfiguration.Builder. slackEntityList(Collection<SlackEntity> slackEntityList)Specify whether to index public channels, private channels, group messages, and direct messages.
-