| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchDetachFromIndex.Builder |
BatchDetachFromIndex.builder() |
default BatchDetachFromIndex.Builder |
BatchDetachFromIndex.Builder.indexReference(Consumer<ObjectReference.Builder> indexReference)
A reference to the index object.
|
BatchDetachFromIndex.Builder |
BatchDetachFromIndex.Builder.indexReference(ObjectReference indexReference)
A reference to the index object.
|
default BatchDetachFromIndex.Builder |
BatchDetachFromIndex.Builder.targetReference(Consumer<ObjectReference.Builder> targetReference)
A reference to the object being detached from the index.
|
BatchDetachFromIndex.Builder |
BatchDetachFromIndex.Builder.targetReference(ObjectReference targetReference)
A reference to the object being detached from the index.
|
BatchDetachFromIndex.Builder |
BatchDetachFromIndex.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDetachFromIndex.Builder> |
BatchDetachFromIndex.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchWriteOperation.Builder |
BatchWriteOperation.Builder.detachFromIndex(Consumer<BatchDetachFromIndex.Builder> detachFromIndex)
Detaches the specified object from the specified index.
|
Copyright © 2022. All rights reserved.