Package | Description |
---|---|
com.amazonaws.services.directory.model | |
com.amazonaws.services.directory.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EventTopic> |
DescribeEventTopicsResult.eventTopics
A list of SNS topic names that receive status messages from the specified
Directory ID.
|
Modifier and Type | Method and Description |
---|---|
EventTopic |
EventTopic.clone() |
EventTopic |
EventTopic.withCreatedDateTime(java.util.Date createdDateTime)
The date and time of when you associated your directory with the SNS
topic.
|
EventTopic |
EventTopic.withDirectoryId(java.lang.String directoryId)
The Directory ID of an AWS Directory Service directory that will publish
status messages to an SNS topic.
|
EventTopic |
EventTopic.withStatus(java.lang.String status)
The topic registration status.
|
EventTopic |
EventTopic.withStatus(TopicStatus status)
The topic registration status.
|
EventTopic |
EventTopic.withTopicArn(java.lang.String topicArn)
The SNS topic ARN (Amazon Resource Name).
|
EventTopic |
EventTopic.withTopicName(java.lang.String topicName)
The name of an AWS SNS topic the receives status messages from the
directory.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<EventTopic> eventTopics)
A list of SNS topic names that receive status messages from the specified
Directory ID.
|
DescribeEventTopicsResult |
DescribeEventTopicsResult.withEventTopics(java.util.Collection<EventTopic> eventTopics)
A list of SNS topic names that receive status messages from the specified
Directory ID.
|
Modifier and Type | Method and Description |
---|---|
EventTopic |
EventTopicJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EventTopicJsonMarshaller.marshall(EventTopic eventTopic,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|