| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static IndexAttachment.Builder |
IndexAttachment.builder() |
IndexAttachment.Builder |
IndexAttachment.Builder.indexedAttributes(AttributeKeyAndValue... indexedAttributes)
The indexed attribute values.
|
IndexAttachment.Builder |
IndexAttachment.Builder.indexedAttributes(Collection<AttributeKeyAndValue> indexedAttributes)
The indexed attribute values.
|
IndexAttachment.Builder |
IndexAttachment.Builder.indexedAttributes(Consumer<AttributeKeyAndValue.Builder>... indexedAttributes)
The indexed attribute values.
|
IndexAttachment.Builder |
IndexAttachment.Builder.objectIdentifier(String objectIdentifier)
In response to ListIndex, the
ObjectIdentifier of the object attached to the index. |
IndexAttachment.Builder |
IndexAttachment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IndexAttachment.Builder> |
IndexAttachment.serializableBuilderClass() |
Copyright © 2022. All rights reserved.