| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| Modifier and Type | Method and Description |
|---|---|
default AttachToIndexResponse |
CloudDirectoryClient.attachToIndex(AttachToIndexRequest attachToIndexRequest)
Attaches the specified object to the specified index.
|
default AttachToIndexResponse |
CloudDirectoryClient.attachToIndex(Consumer<AttachToIndexRequest.Builder> attachToIndexRequest)
Attaches the specified object to the specified index.
|
default DetachFromIndexResponse |
CloudDirectoryClient.detachFromIndex(Consumer<DetachFromIndexRequest.Builder> detachFromIndexRequest)
Detaches the specified object from the specified index.
|
default DetachFromIndexResponse |
CloudDirectoryClient.detachFromIndex(DetachFromIndexRequest detachFromIndexRequest)
Detaches the specified object from the specified index.
|
default ListIndexResponse |
CloudDirectoryClient.listIndex(Consumer<ListIndexRequest.Builder> listIndexRequest)
Lists objects attached to the specified index.
|
default ListIndexResponse |
CloudDirectoryClient.listIndex(ListIndexRequest listIndexRequest)
Lists objects attached to the specified index.
|
default ListIndexIterable |
CloudDirectoryClient.listIndexPaginator(Consumer<ListIndexRequest.Builder> listIndexRequest)
Lists objects attached to the specified index.
|
default ListIndexIterable |
CloudDirectoryClient.listIndexPaginator(ListIndexRequest listIndexRequest)
Lists objects attached to the specified index.
|
Copyright © 2022. All rights reserved.