Package | Description |
---|---|
com.amazonaws.services.directory.model |
Modifier and Type | Method and Description |
---|---|
EventTopic |
EventTopic.clone() |
EventTopic |
EventTopic.withCreatedDateTime(Date createdDateTime)
The date and time of when you associated your directory with the SNS
topic.
|
EventTopic |
EventTopic.withDirectoryId(String directoryId)
The Directory ID of an AWS Directory Service directory that will publish
status messages to an SNS topic.
|
EventTopic |
EventTopic.withStatus(String status)
The topic registration status.
|
EventTopic |
EventTopic.withStatus(TopicStatus status)
The topic registration status.
|
EventTopic |
EventTopic.withTopicArn(String topicArn)
The SNS topic ARN (Amazon Resource Name).
|
EventTopic |
EventTopic.withTopicName(String topicName)
The name of an AWS SNS topic the receives status messages from the
directory.
|
Modifier and Type | Method and Description |
---|---|
List<EventTopic> |
DescribeEventTopicsResult.getEventTopics()
A list of SNS topic names that receive status messages from the specified
Directory ID.
|
Modifier and Type | Method and Description |
---|---|
DescribeEventTopicsResult |
DescribeEventTopicsResult.withEventTopics(EventTopic... eventTopics)
A list of SNS topic names that receive status messages from the specified
Directory ID.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEventTopicsResult.setEventTopics(Collection<EventTopic> eventTopics)
A list of SNS topic names that receive status messages from the specified
Directory ID.
|
DescribeEventTopicsResult |
DescribeEventTopicsResult.withEventTopics(Collection<EventTopic> eventTopics)
A list of SNS topic names that receive status messages from the specified
Directory ID.
|
Copyright © 2018. All rights reserved.