| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch.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> |
ManagedRule.getTags()
A list of key-value pairs that you can associate with a managed Contributor Insights rule.
|
List<Tag> |
TagResourceRequest.getTags()
The list of key-value pairs to associate with the alarm.
|
List<Tag> |
PutMetricStreamRequest.getTags()
A list of key-value pairs to associate with the metric stream.
|
List<Tag> |
PutMetricAlarmRequest.getTags()
A list of key-value pairs to associate with the alarm.
|
List<Tag> |
PutCompositeAlarmRequest.getTags()
A list of key-value pairs to associate with the composite alarm.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The list of tag keys and values associated with the resource you specified.
|
List<Tag> |
PutInsightRuleRequest.getTags()
A list of key-value pairs to associate with the Contributor Insights rule.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedRule |
ManagedRule.withTags(Tag... tags)
A list of key-value pairs that you can associate with a managed Contributor Insights rule.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The list of key-value pairs to associate with the alarm.
|
PutMetricStreamRequest |
PutMetricStreamRequest.withTags(Tag... tags)
A list of key-value pairs to associate with the metric stream.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withTags(Tag... tags)
A list of key-value pairs to associate with the alarm.
|
PutCompositeAlarmRequest |
PutCompositeAlarmRequest.withTags(Tag... tags)
A list of key-value pairs to associate with the composite alarm.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The list of tag keys and values associated with the resource you specified.
|
PutInsightRuleRequest |
PutInsightRuleRequest.withTags(Tag... tags)
A list of key-value pairs to associate with the Contributor Insights rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedRule.setTags(Collection<Tag> tags)
A list of key-value pairs that you can associate with a managed Contributor Insights rule.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The list of key-value pairs to associate with the alarm.
|
void |
PutMetricStreamRequest.setTags(Collection<Tag> tags)
A list of key-value pairs to associate with the metric stream.
|
void |
PutMetricAlarmRequest.setTags(Collection<Tag> tags)
A list of key-value pairs to associate with the alarm.
|
void |
PutCompositeAlarmRequest.setTags(Collection<Tag> tags)
A list of key-value pairs to associate with the composite alarm.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The list of tag keys and values associated with the resource you specified.
|
void |
PutInsightRuleRequest.setTags(Collection<Tag> tags)
A list of key-value pairs to associate with the Contributor Insights rule.
|
ManagedRule |
ManagedRule.withTags(Collection<Tag> tags)
A list of key-value pairs that you can associate with a managed Contributor Insights rule.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The list of key-value pairs to associate with the alarm.
|
PutMetricStreamRequest |
PutMetricStreamRequest.withTags(Collection<Tag> tags)
A list of key-value pairs to associate with the metric stream.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withTags(Collection<Tag> tags)
A list of key-value pairs to associate with the alarm.
|
PutCompositeAlarmRequest |
PutCompositeAlarmRequest.withTags(Collection<Tag> tags)
A list of key-value pairs to associate with the composite alarm.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The list of tag keys and values associated with the resource you specified.
|
PutInsightRuleRequest |
PutInsightRuleRequest.withTags(Collection<Tag> tags)
A list of key-value pairs to associate with the Contributor Insights rule.
|
Copyright © 2023. All rights reserved.