| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
The list of key-value pairs to associate with the resource.
|
List<Tag> |
PutRuleRequest.tags()
The list of key-value pairs to associate with the rule.
|
List<Tag> |
CreateEventBusRequest.tags()
Tags to associate with the event bus.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The list of tag keys and values associated with the resource you specified
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The list of key-value pairs to associate with the resource.
|
PutRuleRequest.Builder |
PutRuleRequest.Builder.tags(Tag... tags)
The list of key-value pairs to associate with the rule.
|
CreateEventBusRequest.Builder |
CreateEventBusRequest.Builder.tags(Tag... tags)
Tags to associate with the event bus.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The list of tag keys and values associated with the resource you specified
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The list of key-value pairs to associate with the resource.
|
PutRuleRequest.Builder |
PutRuleRequest.Builder.tags(Collection<Tag> tags)
The list of key-value pairs to associate with the rule.
|
CreateEventBusRequest.Builder |
CreateEventBusRequest.Builder.tags(Collection<Tag> tags)
Tags to associate with the event bus.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The list of tag keys and values associated with the resource you specified
|
Copyright © 2020. All rights reserved.