Uses of Class
software.amazon.awssdk.services.kendra.model.AlfrescoEntity
-
Packages that use AlfrescoEntity Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of AlfrescoEntity in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return AlfrescoEntity Modifier and Type Method Description static AlfrescoEntityAlfrescoEntity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AlfrescoEntityAlfrescoEntity. 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.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type AlfrescoEntity Modifier and Type Method Description List<AlfrescoEntity>AlfrescoConfiguration. entityFilter()Specify whether to index document libraries, wikis, or blogs.static Set<AlfrescoEntity>AlfrescoEntity. knownValues()Methods in software.amazon.awssdk.services.kendra.model with parameters of type AlfrescoEntity Modifier and Type Method Description AlfrescoConfiguration.BuilderAlfrescoConfiguration.Builder. entityFilter(AlfrescoEntity... entityFilter)Specify whether to index document libraries, wikis, or blogs.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type AlfrescoEntity Modifier and Type Method Description AlfrescoConfiguration.BuilderAlfrescoConfiguration.Builder. entityFilter(Collection<AlfrescoEntity> entityFilter)Specify whether to index document libraries, wikis, or blogs.
-