Uses of Class
software.amazon.awssdk.services.kendra.model.CreateFaqRequest
-
Packages that use CreateFaqRequest Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.transform -
-
Uses of CreateFaqRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type CreateFaqRequest Modifier and Type Method Description default CompletableFuture<CreateFaqResponse>KendraAsyncClient. createFaq(CreateFaqRequest createFaqRequest)Creates a set of frequently ask questions (FAQs) using a specified FAQ file stored in an Amazon S3 bucket.default CreateFaqResponseKendraClient. createFaq(CreateFaqRequest createFaqRequest)Creates a set of frequently ask questions (FAQs) using a specified FAQ file stored in an Amazon S3 bucket. -
Uses of CreateFaqRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type CreateFaqRequest Modifier and Type Method Description SdkHttpFullRequestCreateFaqRequestMarshaller. marshall(CreateFaqRequest createFaqRequest)
-