| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeKey |
AttributeKey.clone() |
AttributeKey |
LinkAttributeUpdate.getAttributeKey()
The key of the attribute being updated.
|
AttributeKey |
ObjectAttributeRange.getAttributeKey()
The key of the attribute that the attribute range covers.
|
AttributeKey |
AttributeKeyAndValue.getKey()
The key of the attribute.
|
AttributeKey |
ObjectAttributeUpdate.getObjectAttributeKey()
The key of the attribute being updated.
|
AttributeKey |
AttributeKey.withFacetName(String facetName)
The name of the facet that the attribute exists within.
|
AttributeKey |
AttributeKey.withName(String name)
The name of the attribute.
|
AttributeKey |
AttributeKey.withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeKey> |
BatchCreateIndex.getOrderedIndexedAttributeList()
Specifies the attributes that should be indexed on.
|
List<AttributeKey> |
CreateIndexRequest.getOrderedIndexedAttributeList()
Specifies the attributes that should be indexed on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinkAttributeUpdate.setAttributeKey(AttributeKey attributeKey)
The key of the attribute being updated.
|
void |
ObjectAttributeRange.setAttributeKey(AttributeKey attributeKey)
The key of the attribute that the attribute range covers.
|
void |
AttributeKeyAndValue.setKey(AttributeKey key)
The key of the attribute.
|
void |
ObjectAttributeUpdate.setObjectAttributeKey(AttributeKey objectAttributeKey)
The key of the attribute being updated.
|
LinkAttributeUpdate |
LinkAttributeUpdate.withAttributeKey(AttributeKey attributeKey)
The key of the attribute being updated.
|
ObjectAttributeRange |
ObjectAttributeRange.withAttributeKey(AttributeKey attributeKey)
The key of the attribute that the attribute range covers.
|
AttributeKeyAndValue |
AttributeKeyAndValue.withKey(AttributeKey key)
The key of the attribute.
|
ObjectAttributeUpdate |
ObjectAttributeUpdate.withObjectAttributeKey(AttributeKey objectAttributeKey)
The key of the attribute being updated.
|
BatchCreateIndex |
BatchCreateIndex.withOrderedIndexedAttributeList(AttributeKey... orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
CreateIndexRequest |
CreateIndexRequest.withOrderedIndexedAttributeList(AttributeKey... orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateIndex.setOrderedIndexedAttributeList(Collection<AttributeKey> orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
void |
CreateIndexRequest.setOrderedIndexedAttributeList(Collection<AttributeKey> orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
BatchCreateIndex |
BatchCreateIndex.withOrderedIndexedAttributeList(Collection<AttributeKey> orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
CreateIndexRequest |
CreateIndexRequest.withOrderedIndexedAttributeList(Collection<AttributeKey> orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
Copyright © 2024. All rights reserved.