| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
A string 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> |
EcsParameters.getTags()
The metadata that you apply to the task to help you categorize and organize them.
|
List<Tag> |
TagResourceRequest.getTags()
The list of key-value pairs to associate with the resource.
|
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 resource you specified
|
List<Tag> |
CreateEventBusRequest.getTags()
Tags to associate with the event bus.
|
| Modifier and Type | Method and Description |
|---|---|
EcsParameters |
EcsParameters.withTags(Tag... tags)
The metadata that you apply to the task to help you categorize and organize them.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The list of key-value pairs to associate with the resource.
|
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 resource you specified
|
CreateEventBusRequest |
CreateEventBusRequest.withTags(Tag... tags)
Tags to associate with the event bus.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EcsParameters.setTags(Collection<Tag> tags)
The metadata that you apply to the task to help you categorize and organize them.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The list of key-value pairs to associate with the resource.
|
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 resource you specified
|
void |
CreateEventBusRequest.setTags(Collection<Tag> tags)
Tags to associate with the event bus.
|
EcsParameters |
EcsParameters.withTags(Collection<Tag> tags)
The metadata that you apply to the task to help you categorize and organize them.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The list of key-value pairs to associate with the resource.
|
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 resource you specified
|
CreateEventBusRequest |
CreateEventBusRequest.withTags(Collection<Tag> tags)
Tags to associate with the event bus.
|
Copyright © 2023. All rights reserved.