| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFaqResult |
AWSkendraClient.createFaq(CreateFaqRequest request)
Creates an new set of frequently asked question (FAQ) questions and answers.
|
CreateFaqResult |
AWSkendra.createFaq(CreateFaqRequest createFaqRequest)
Creates an new set of frequently asked question (FAQ) questions and answers.
|
CreateFaqResult |
AbstractAWSkendra.createFaq(CreateFaqRequest request) |
Future<CreateFaqResult> |
AbstractAWSkendraAsync.createFaqAsync(CreateFaqRequest request) |
Future<CreateFaqResult> |
AWSkendraAsync.createFaqAsync(CreateFaqRequest createFaqRequest)
Creates an new set of frequently asked question (FAQ) questions and answers.
|
Future<CreateFaqResult> |
AWSkendraAsyncClient.createFaqAsync(CreateFaqRequest request) |
Future<CreateFaqResult> |
AbstractAWSkendraAsync.createFaqAsync(CreateFaqRequest request,
AsyncHandler<CreateFaqRequest,CreateFaqResult> asyncHandler) |
Future<CreateFaqResult> |
AWSkendraAsync.createFaqAsync(CreateFaqRequest createFaqRequest,
AsyncHandler<CreateFaqRequest,CreateFaqResult> asyncHandler)
Creates an new set of frequently asked question (FAQ) questions and answers.
|
Future<CreateFaqResult> |
AWSkendraAsyncClient.createFaqAsync(CreateFaqRequest request,
AsyncHandler<CreateFaqRequest,CreateFaqResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFaqResult> |
AbstractAWSkendraAsync.createFaqAsync(CreateFaqRequest request,
AsyncHandler<CreateFaqRequest,CreateFaqResult> asyncHandler) |
Future<CreateFaqResult> |
AWSkendraAsync.createFaqAsync(CreateFaqRequest createFaqRequest,
AsyncHandler<CreateFaqRequest,CreateFaqResult> asyncHandler)
Creates an new set of frequently asked question (FAQ) questions and answers.
|
Future<CreateFaqResult> |
AWSkendraAsyncClient.createFaqAsync(CreateFaqRequest request,
AsyncHandler<CreateFaqRequest,CreateFaqResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFaqRequest |
CreateFaqRequest.clone() |
CreateFaqRequest |
CreateFaqRequest.withClientToken(String clientToken)
A token that you provide to identify the request to create a FAQ.
|
CreateFaqRequest |
CreateFaqRequest.withDescription(String description)
A description for the FAQ.
|
CreateFaqRequest |
CreateFaqRequest.withFileFormat(FaqFileFormat fileFormat)
The format of the FAQ input file.
|
CreateFaqRequest |
CreateFaqRequest.withFileFormat(String fileFormat)
The format of the FAQ input file.
|
CreateFaqRequest |
CreateFaqRequest.withIndexId(String indexId)
The identifier of the index for the FAQ.
|
CreateFaqRequest |
CreateFaqRequest.withLanguageCode(String languageCode)
The code for a language.
|
CreateFaqRequest |
CreateFaqRequest.withName(String name)
A name for the FAQ.
|
CreateFaqRequest |
CreateFaqRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the S3 bucket that contains the FAQs.
|
CreateFaqRequest |
CreateFaqRequest.withS3Path(S3Path s3Path)
The path to the FAQ file in S3.
|
CreateFaqRequest |
CreateFaqRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify the FAQ.
|
CreateFaqRequest |
CreateFaqRequest.withTags(Tag... tags)
A list of key-value pairs that identify the FAQ.
|
Copyright © 2022. All rights reserved.