| 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 Amazon SNS topic.
|
EventTopic |
EventTopic.withDirectoryId(String directoryId)
The Directory ID of an Directory Service directory that will publish status messages to an Amazon 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 Amazon SNS topic ARN (Amazon Resource Name).
|
EventTopic |
EventTopic.withTopicName(String topicName)
The name of an Amazon SNS topic the receives status messages from the directory.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventTopic> |
DescribeEventTopicsResult.getEventTopics()
A list of Amazon 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 Amazon 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 Amazon SNS topic names that receive status messages from the specified Directory ID.
|
DescribeEventTopicsResult |
DescribeEventTopicsResult.withEventTopics(Collection<EventTopic> eventTopics)
A list of Amazon SNS topic names that receive status messages from the specified Directory ID.
|
Copyright © 2024. All rights reserved.