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