| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.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 rule.
|
List<Tag> |
PutRuleRequest.getTags()
The list of key-value pairs to associate with the rule.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The list of tag keys and values associated with the rule that you specified.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The list of key-value pairs to associate with the rule.
|
PutRuleRequest |
PutRuleRequest.withTags(Tag... tags)
The list of key-value pairs to associate with the rule.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The list of tag keys and values associated with the rule that you specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The list of key-value pairs to associate with the rule.
|
void |
PutRuleRequest.setTags(Collection<Tag> tags)
The list of key-value pairs to associate with the rule.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The list of tag keys and values associated with the rule that you specified.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The list of key-value pairs to associate with the rule.
|
PutRuleRequest |
PutRuleRequest.withTags(Collection<Tag> tags)
The list of key-value pairs to associate with the rule.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The list of tag keys and values associated with the rule that you specified.
|
Copyright © 2019. All rights reserved.