Uses of Class
software.amazon.awssdk.services.kendra.model.ConfluenceBlogFieldName
-
Packages that use ConfluenceBlogFieldName Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ConfluenceBlogFieldName in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return ConfluenceBlogFieldName Modifier and Type Method Description ConfluenceBlogFieldNameConfluenceBlogToIndexFieldMapping. dataSourceFieldName()The name of the field in the data source.static ConfluenceBlogFieldNameConfluenceBlogFieldName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConfluenceBlogFieldNameConfluenceBlogFieldName. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfluenceBlogFieldName[]ConfluenceBlogFieldName. 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 ConfluenceBlogFieldName Modifier and Type Method Description static Set<ConfluenceBlogFieldName>ConfluenceBlogFieldName. knownValues()Methods in software.amazon.awssdk.services.kendra.model with parameters of type ConfluenceBlogFieldName Modifier and Type Method Description ConfluenceBlogToIndexFieldMapping.BuilderConfluenceBlogToIndexFieldMapping.Builder. dataSourceFieldName(ConfluenceBlogFieldName dataSourceFieldName)The name of the field in the data source.
-