| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| Modifier and Type | Method and Description |
|---|---|
default AttachObjectResponse |
CloudDirectoryClient.attachObject(AttachObjectRequest attachObjectRequest)
Attaches an existing object to another object.
|
default AttachObjectResponse |
CloudDirectoryClient.attachObject(Consumer<AttachObjectRequest.Builder> attachObjectRequest)
Attaches an existing object to another object.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AttachObjectResponse> |
CloudDirectoryAsyncClient.attachObject(AttachObjectRequest attachObjectRequest)
Attaches an existing object to another object.
|
default CompletableFuture<AttachObjectResponse> |
CloudDirectoryAsyncClient.attachObject(Consumer<AttachObjectRequest.Builder> attachObjectRequest)
Attaches an existing object to another object.
|
Copyright © 2022. All rights reserved.