Uses of Class
com.amazonaws.services.directory.model.EventTopic
Packages that use EventTopic
-
Uses of EventTopic in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return EventTopicModifier and TypeMethodDescriptionEventTopic.clone()
EventTopic.withCreatedDateTime
(Date createdDateTime) The date and time of when you associated your directory with the SNS topic.EventTopic.withDirectoryId
(String directoryId) The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.EventTopic.withStatus
(TopicStatus status) The topic registration status.EventTopic.withStatus
(String status) The topic registration status.EventTopic.withTopicArn
(String topicArn) The SNS topic ARN (Amazon Resource Name).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 EventTopicModifier and TypeMethodDescriptionDescribeEventTopicsResult.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 EventTopicModifier and TypeMethodDescriptionDescribeEventTopicsResult.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 EventTopicModifier and TypeMethodDescriptionvoid
DescribeEventTopicsResult.setEventTopics
(Collection<EventTopic> eventTopics) A list of SNS topic names that receive status messages from the specified Directory ID.DescribeEventTopicsResult.withEventTopics
(Collection<EventTopic> eventTopics) A list of SNS topic names that receive status messages from the specified Directory ID.