| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
AttachToIndexResult |
AbstractAmazonCloudDirectory.attachToIndex(AttachToIndexRequest request) |
Future<AttachToIndexResult> |
AmazonCloudDirectoryAsyncClient.attachToIndexAsync(AttachToIndexRequest request) |
Future<AttachToIndexResult> |
AbstractAmazonCloudDirectoryAsync.attachToIndexAsync(AttachToIndexRequest request) |
Future<AttachToIndexResult> |
AmazonCloudDirectoryAsync.attachToIndexAsync(AttachToIndexRequest attachToIndexRequest)
Attaches the specified object to the specified index.
|
Future<AttachToIndexResult> |
AmazonCloudDirectoryAsyncClient.attachToIndexAsync(AttachToIndexRequest request,
AsyncHandler<AttachToIndexRequest,AttachToIndexResult> asyncHandler) |
Future<AttachToIndexResult> |
AbstractAmazonCloudDirectoryAsync.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 |
|---|---|
Future<AttachToIndexResult> |
AmazonCloudDirectoryAsyncClient.attachToIndexAsync(AttachToIndexRequest request,
AsyncHandler<AttachToIndexRequest,AttachToIndexResult> asyncHandler) |
Future<AttachToIndexResult> |
AbstractAmazonCloudDirectoryAsync.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 |
|---|---|
AttachToIndexRequest |
AttachToIndexRequest.clone() |
AttachToIndexRequest |
AttachToIndexRequest.withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where the object and index exist.
|
AttachToIndexRequest |
AttachToIndexRequest.withIndexReference(ObjectReference indexReference)
A reference to the index that you are attaching the object to.
|
AttachToIndexRequest |
AttachToIndexRequest.withTargetReference(ObjectReference targetReference)
A reference to the object that you are attaching to the index.
|
Copyright © 2021. All rights reserved.