| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AttachToIndexResponse> |
CloudDirectoryAsyncClient.attachToIndex(Consumer<AttachToIndexRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
static AttachToIndexRequest.Builder |
AttachToIndexRequest.builder() |
AttachToIndexRequest.Builder |
AttachToIndexRequest.Builder.directoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where the object and index exist.
|
default AttachToIndexRequest.Builder |
AttachToIndexRequest.Builder.indexReference(Consumer<ObjectReference.Builder> indexReference)
A reference to the index that you are attaching the object to.
|
AttachToIndexRequest.Builder |
AttachToIndexRequest.Builder.indexReference(ObjectReference indexReference)
A reference to the index that you are attaching the object to.
|
AttachToIndexRequest.Builder |
AttachToIndexRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachToIndexRequest.Builder |
AttachToIndexRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default AttachToIndexRequest.Builder |
AttachToIndexRequest.Builder.targetReference(Consumer<ObjectReference.Builder> targetReference)
A reference to the object that you are attaching to the index.
|
AttachToIndexRequest.Builder |
AttachToIndexRequest.Builder.targetReference(ObjectReference targetReference)
A reference to the object that you are attaching to the index.
|
AttachToIndexRequest.Builder |
AttachToIndexRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttachToIndexRequest.Builder> |
AttachToIndexRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.