| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| Modifier and Type | Method and Description |
|---|---|
default RegisterEventTopicResponse |
DirectoryClient.registerEventTopic(Consumer<RegisterEventTopicRequest.Builder> registerEventTopicRequest)
Associates a directory with an SNS topic.
|
default RegisterEventTopicResponse |
DirectoryClient.registerEventTopic(RegisterEventTopicRequest registerEventTopicRequest)
Associates a directory with an SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RegisterEventTopicResponse> |
DirectoryAsyncClient.registerEventTopic(Consumer<RegisterEventTopicRequest.Builder> registerEventTopicRequest)
Associates a directory with an SNS topic.
|
default CompletableFuture<RegisterEventTopicResponse> |
DirectoryAsyncClient.registerEventTopic(RegisterEventTopicRequest registerEventTopicRequest)
Associates a directory with an SNS topic.
|
Copyright © 2019. All rights reserved.