| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
TagsModel |
TagsModel.addTagsEntry(String key,
String value)
Add a single Tags entry
|
TagsModel |
TagsModel.clearTagsEntries()
Removes all the entries added into Tags.
|
TagsModel |
TagsModel.clone() |
TagsModel |
ListTagsForResourceResult.getTagsModel() |
TagsModel |
TagResourceRequest.getTagsModel() |
TagsModel |
TagsModel.withTags(Map<String,String> tags)
A string-to-string map of key-value pairs that defines the tags for an application, campaign, message template,
or segment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTagsModel(TagsModel tagsModel) |
void |
TagResourceRequest.setTagsModel(TagsModel tagsModel) |
ListTagsForResourceResult |
ListTagsForResourceResult.withTagsModel(TagsModel tagsModel) |
TagResourceRequest |
TagResourceRequest.withTagsModel(TagsModel tagsModel) |
Copyright © 2025. All rights reserved.