| Package | Description |
|---|---|
| com.amazonaws.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key associated with the tag.
|
Tag |
Tag.withValue(String value)
The value associated with the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
StartChangeSetRequest.getChangeSetTags()
A list of objects specifying each key name and value for the
ChangeSetTags property. |
List<Tag> |
Change.getEntityTags()
The tags associated with the change.
|
List<Tag> |
TagResourceRequest.getTags()
Required.
|
List<Tag> |
ListTagsForResourceResult.getTags()
Required.
|
| Modifier and Type | Method and Description |
|---|---|
StartChangeSetRequest |
StartChangeSetRequest.withChangeSetTags(Tag... changeSetTags)
A list of objects specifying each key name and value for the
ChangeSetTags property. |
Change |
Change.withEntityTags(Tag... entityTags)
The tags associated with the change.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
Required.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartChangeSetRequest.setChangeSetTags(Collection<Tag> changeSetTags)
A list of objects specifying each key name and value for the
ChangeSetTags property. |
void |
Change.setEntityTags(Collection<Tag> entityTags)
The tags associated with the change.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
Required.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
Required.
|
StartChangeSetRequest |
StartChangeSetRequest.withChangeSetTags(Collection<Tag> changeSetTags)
A list of objects specifying each key name and value for the
ChangeSetTags property. |
Change |
Change.withEntityTags(Collection<Tag> entityTags)
The tags associated with the change.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
Required.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
Required.
|
Copyright © 2025. All rights reserved.