| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIndexResult> |
AmazonCloudDirectoryAsyncClient.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
Future<CreateIndexResult> |
AbstractAmazonCloudDirectoryAsync.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
Future<CreateIndexResult> |
AmazonCloudDirectoryAsync.createIndexAsync(CreateIndexRequest createIndexRequest,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler)
Creates an index object.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIndexRequest |
CreateIndexRequest.clone() |
CreateIndexRequest |
CreateIndexRequest.withDirectoryArn(String directoryArn)
The ARN of the directory where the index should be created.
|
CreateIndexRequest |
CreateIndexRequest.withIsUnique(Boolean isUnique)
Indicates whether the attribute that is being indexed has unique values or not.
|
CreateIndexRequest |
CreateIndexRequest.withLinkName(String linkName)
The name of the link between the parent object and the index object.
|
CreateIndexRequest |
CreateIndexRequest.withOrderedIndexedAttributeList(AttributeKey... orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
CreateIndexRequest |
CreateIndexRequest.withOrderedIndexedAttributeList(Collection<AttributeKey> orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
CreateIndexRequest |
CreateIndexRequest.withParentReference(ObjectReference parentReference)
A reference to the parent object that contains the index object.
|
Copyright © 2023. All rights reserved.