Uses of Class
software.amazon.awssdk.services.kendra.model.FaqFileFormat
-
Packages that use FaqFileFormat Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of FaqFileFormat in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return FaqFileFormat Modifier and Type Method Description FaqFileFormatCreateFaqRequest. fileFormat()The format of the FAQ input file.FaqFileFormatDescribeFaqResponse. fileFormat()The file format used by the input files for the FAQ.FaqFileFormatFaqSummary. fileFormat()The file type used to create the FAQ.static FaqFileFormatFaqFileFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FaqFileFormatFaqFileFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static FaqFileFormat[]FaqFileFormat. 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 FaqFileFormat Modifier and Type Method Description static Set<FaqFileFormat>FaqFileFormat. knownValues()Methods in software.amazon.awssdk.services.kendra.model with parameters of type FaqFileFormat Modifier and Type Method Description CreateFaqRequest.BuilderCreateFaqRequest.Builder. fileFormat(FaqFileFormat fileFormat)The format of the FAQ input file.DescribeFaqResponse.BuilderDescribeFaqResponse.Builder. fileFormat(FaqFileFormat fileFormat)The file format used by the input files for the FAQ.FaqSummary.BuilderFaqSummary.Builder. fileFormat(FaqFileFormat fileFormat)The file type used to create the FAQ.
-