Uses of Class
com.amazonaws.services.directory.model.EventTopic
-
Packages that use EventTopic Package Description com.amazonaws.services.directory.model -
-
Uses of EventTopic in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return EventTopic Modifier and Type Method 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(TopicStatus status)
The topic registration status.EventTopic
EventTopic. withStatus(String 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.Methods in com.amazonaws.services.directory.model that return types with arguments of type EventTopic Modifier and Type Method Description List<EventTopic>
DescribeEventTopicsResult. getEventTopics()
A list of SNS topic names that receive status messages from the specified Directory ID.Methods in com.amazonaws.services.directory.model with parameters of type EventTopic Modifier and Type Method Description DescribeEventTopicsResult
DescribeEventTopicsResult. withEventTopics(EventTopic... eventTopics)
A list of SNS topic names that receive status messages from the specified Directory ID.Method parameters in com.amazonaws.services.directory.model with type arguments of type EventTopic Modifier and Type Method 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.
-