| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
A string that you can use to assign a value.
|
Tag |
Tag.withValue(String value)
The value for the specified tag key.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
The list of key-value pairs to associate with the alarm.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The list of tag keys and values associated with the resource you specified.
|
List<Tag> |
CreateServiceLevelObjectiveRequest.getTags()
A list of key-value pairs to associate with the SLO.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The list of key-value pairs to associate with the alarm.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The list of tag keys and values associated with the resource you specified.
|
CreateServiceLevelObjectiveRequest |
CreateServiceLevelObjectiveRequest.withTags(Tag... tags)
A list of key-value pairs to associate with the SLO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The list of key-value pairs to associate with the alarm.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The list of tag keys and values associated with the resource you specified.
|
void |
CreateServiceLevelObjectiveRequest.setTags(Collection<Tag> tags)
A list of key-value pairs to associate with the SLO.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The list of key-value pairs to associate with the alarm.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The list of tag keys and values associated with the resource you specified.
|
CreateServiceLevelObjectiveRequest |
CreateServiceLevelObjectiveRequest.withTags(Collection<Tag> tags)
A list of key-value pairs to associate with the SLO.
|
Copyright © 2024. All rights reserved.