| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateIndex |
BatchCreateIndex.clone() |
BatchCreateIndex |
BatchWriteOperation.getCreateIndex()
Creates an index object.
|
BatchCreateIndex |
BatchCreateIndex.withBatchReferenceName(String batchReferenceName)
The batch reference name.
|
BatchCreateIndex |
BatchCreateIndex.withIsUnique(Boolean isUnique)
Indicates whether the attribute that is being indexed has unique values or not.
|
BatchCreateIndex |
BatchCreateIndex.withLinkName(String linkName)
The name of the link between the parent object and the index object.
|
BatchCreateIndex |
BatchCreateIndex.withOrderedIndexedAttributeList(AttributeKey... orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
BatchCreateIndex |
BatchCreateIndex.withOrderedIndexedAttributeList(Collection<AttributeKey> orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
BatchCreateIndex |
BatchCreateIndex.withParentReference(ObjectReference parentReference)
A reference to the parent object that contains the index object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchWriteOperation.setCreateIndex(BatchCreateIndex createIndex)
Creates an index object.
|
BatchWriteOperation |
BatchWriteOperation.withCreateIndex(BatchCreateIndex createIndex)
Creates an index object.
|
Copyright © 2018. All rights reserved.