| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
AttachToIndexResult |
AbstractAmazonCloudDirectory.attachToIndex(AttachToIndexRequest request) |
AttachToIndexResult |
AmazonCloudDirectoryClient.attachToIndex(AttachToIndexRequest request)
Attaches the specified object to the specified index.
|
AttachToIndexResult |
AmazonCloudDirectory.attachToIndex(AttachToIndexRequest attachToIndexRequest)
Attaches the specified object to the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AttachToIndexResult> |
AbstractAmazonCloudDirectoryAsync.attachToIndexAsync(AttachToIndexRequest request,
AsyncHandler<AttachToIndexRequest,AttachToIndexResult> asyncHandler) |
Future<AttachToIndexResult> |
AmazonCloudDirectoryAsyncClient.attachToIndexAsync(AttachToIndexRequest request,
AsyncHandler<AttachToIndexRequest,AttachToIndexResult> asyncHandler) |
Future<AttachToIndexResult> |
AmazonCloudDirectoryAsync.attachToIndexAsync(AttachToIndexRequest attachToIndexRequest,
AsyncHandler<AttachToIndexRequest,AttachToIndexResult> asyncHandler)
Attaches the specified object to the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
AttachToIndexResult |
AttachToIndexResult.clone() |
AttachToIndexResult |
AttachToIndexResult.withAttachedObjectIdentifier(String attachedObjectIdentifier)
The
ObjectIdentifier of the object that was attached to the index. |
Copyright © 2022. All rights reserved.