| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
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
|
List<Tag> |
EcsParameters.tags()
The metadata that you apply to the task to help you categorize and organize them.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
EcsParameters.Builder |
EcsParameters.Builder.tags(Tag... tags)
The metadata that you apply to the task to help you categorize and organize them.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
EcsParameters.Builder |
EcsParameters.Builder.tags(Collection<Tag> tags)
The metadata that you apply to the task to help you categorize and organize them.
|
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.
|
Copyright © 2023. All rights reserved.