| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeKey |
LinkAttributeUpdate.attributeKey()
The key of the attribute being updated.
|
AttributeKey |
ObjectAttributeRange.attributeKey()
The key of the attribute that the attribute range covers.
|
AttributeKey |
AttributeKeyAndValue.key()
The key of the attribute.
|
AttributeKey |
ObjectAttributeUpdate.objectAttributeKey()
The key of the attribute being updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeKey> |
CreateIndexRequest.orderedIndexedAttributeList()
Specifies the attributes that should be indexed on.
|
List<AttributeKey> |
BatchCreateIndex.orderedIndexedAttributeList()
Specifies the attributes that should be indexed on.
|
| Modifier and Type | Method and Description |
|---|---|
LinkAttributeUpdate.Builder |
LinkAttributeUpdate.Builder.attributeKey(AttributeKey attributeKey)
The key of the attribute being updated.
|
ObjectAttributeRange.Builder |
ObjectAttributeRange.Builder.attributeKey(AttributeKey attributeKey)
The key of the attribute that the attribute range covers.
|
AttributeKeyAndValue.Builder |
AttributeKeyAndValue.Builder.key(AttributeKey key)
The key of the attribute.
|
ObjectAttributeUpdate.Builder |
ObjectAttributeUpdate.Builder.objectAttributeKey(AttributeKey objectAttributeKey)
The key of the attribute being updated.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.orderedIndexedAttributeList(AttributeKey... orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
BatchCreateIndex.Builder |
BatchCreateIndex.Builder.orderedIndexedAttributeList(AttributeKey... orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.orderedIndexedAttributeList(Collection<AttributeKey> orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
BatchCreateIndex.Builder |
BatchCreateIndex.Builder.orderedIndexedAttributeList(Collection<AttributeKey> orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
Copyright © 2022. All rights reserved.