| Package | Description |
|---|---|
| com.amazonaws.services.sns.model |
| Modifier and Type | Method and Description |
|---|---|
Topic |
Topic.clone() |
Topic |
Topic.withTopicArn(String topicArn)
The topic's ARN.
|
| Modifier and Type | Method and Description |
|---|---|
List<Topic> |
ListTopicsResult.getTopics()
A list of topic ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicsResult |
ListTopicsResult.withTopics(Topic... topics)
A list of topic ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTopicsResult.setTopics(Collection<Topic> topics)
A list of topic ARNs.
|
ListTopicsResult |
ListTopicsResult.withTopics(Collection<Topic> topics)
A list of topic ARNs.
|
Copyright © 2019. All rights reserved.