| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Name of the object key.
|
Tag |
Tag.withValue(String value)
Value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags related to the contact or escalation plan.
|
List<Tag> |
CreateContactRequest.getTags()
Adds a tag to the target.
|
List<Tag> |
TagResourceRequest.getTags()
A list of tags that you are adding to the contact or escalation plan.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags related to the contact or escalation plan.
|
CreateContactRequest |
CreateContactRequest.withTags(Tag... tags)
Adds a tag to the target.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tags that you are adding to the contact or escalation plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags related to the contact or escalation plan.
|
void |
CreateContactRequest.setTags(Collection<Tag> tags)
Adds a tag to the target.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tags that you are adding to the contact or escalation plan.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags related to the contact or escalation plan.
|
CreateContactRequest |
CreateContactRequest.withTags(Collection<Tag> tags)
Adds a tag to the target.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tags that you are adding to the contact or escalation plan.
|
Copyright © 2022. All rights reserved.