Package | Description |
---|---|
com.amazonaws.services.directory | |
com.amazonaws.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Future<RegisterEventTopicResult> |
AWSDirectoryServiceAsyncClient.registerEventTopicAsync(RegisterEventTopicRequest request,
AsyncHandler<RegisterEventTopicRequest,RegisterEventTopicResult> asyncHandler) |
Future<RegisterEventTopicResult> |
AWSDirectoryServiceAsync.registerEventTopicAsync(RegisterEventTopicRequest registerEventTopicRequest,
AsyncHandler<RegisterEventTopicRequest,RegisterEventTopicResult> asyncHandler)
Associates a directory with an SNS topic.
|
Future<RegisterEventTopicResult> |
AbstractAWSDirectoryServiceAsync.registerEventTopicAsync(RegisterEventTopicRequest request,
AsyncHandler<RegisterEventTopicRequest,RegisterEventTopicResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RegisterEventTopicRequest |
RegisterEventTopicRequest.clone() |
RegisterEventTopicRequest |
RegisterEventTopicRequest.withDirectoryId(String directoryId)
The Directory ID that will publish status messages to the SNS topic.
|
RegisterEventTopicRequest |
RegisterEventTopicRequest.withTopicName(String topicName)
The SNS topic name to which the directory will publish status messages.
|
Copyright © 2018. All rights reserved.