| Package | Description |
|---|---|
| com.amazonaws.services.sns.model |
Classes modeling the various types represented by AmazonSNS
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.withKey(String key)
The required key portion of the tag.
|
Tag |
Tag.withValue(String value)
The optional value portion of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags associated with the specified topic.
|
List<Tag> |
CreateTopicRequest.getTags()
The list of tags to add to a new topic.
|
List<Tag> |
TagResourceRequest.getTags()
The tags to be added to the specified topic.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags associated with the specified topic.
|
CreateTopicRequest |
CreateTopicRequest.withTags(Tag... tags)
The list of tags to add to a new topic.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to be added to the specified topic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags associated with the specified topic.
|
void |
CreateTopicRequest.setTags(Collection<Tag> tags)
The list of tags to add to a new topic.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to be added to the specified topic.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags associated with the specified topic.
|
CreateTopicRequest |
CreateTopicRequest.withTags(Collection<Tag> tags)
The list of tags to add to a new topic.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to be added to the specified topic.
|
Copyright © 2020. All rights reserved.