| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness | |
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIndexResult> |
AbstractAWSQBusinessAsync.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
Future<CreateIndexResult> |
AWSQBusinessAsyncClient.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
Future<CreateIndexResult> |
AWSQBusinessAsync.createIndexAsync(CreateIndexRequest createIndexRequest,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler)
Creates an Amazon Q index.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIndexRequest |
CreateIndexRequest.clone() |
CreateIndexRequest |
CreateIndexRequest.withApplicationId(String applicationId)
The identifier of the Amazon Q 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 index.
|
CreateIndexRequest |
CreateIndexRequest.withDisplayName(String displayName)
A name for the Amazon Q 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.
|
Copyright © 2024. All rights reserved.