| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness |
This is the Amazon Q Business API Reference.
|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIndexResult> |
AWSQBusinessAsyncClient.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
Future<CreateIndexResult> |
AWSQBusinessAsync.createIndexAsync(CreateIndexRequest createIndexRequest,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler)
Creates an Amazon Q Business index.
|
Future<CreateIndexResult> |
AbstractAWSQBusinessAsync.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateIndexRequest |
CreateIndexRequest.clone() |
CreateIndexRequest |
CreateIndexRequest.withApplicationId(String applicationId)
The identifier of the Amazon Q Business application using the index.
|
CreateIndexRequest |
CreateIndexRequest.withCapacityConfiguration(IndexCapacityConfiguration capacityConfiguration)
The capacity units you want to provision for your index.
|
CreateIndexRequest |
CreateIndexRequest.withClientToken(String clientToken)
A token that you provide to identify the request to create an index.
|
CreateIndexRequest |
CreateIndexRequest.withDescription(String description)
A description for the Amazon Q Business index.
|
CreateIndexRequest |
CreateIndexRequest.withDisplayName(String displayName)
A name for the Amazon Q Business index.
|
CreateIndexRequest |
CreateIndexRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the index.
|
CreateIndexRequest |
CreateIndexRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize the index.
|
CreateIndexRequest |
CreateIndexRequest.withType(IndexType type)
The index type that's suitable for your needs.
|
CreateIndexRequest |
CreateIndexRequest.withType(String type)
The index type that's suitable for your needs.
|
Copyright © 2024. All rights reserved.