Uses of Class
software.amazon.awssdk.services.eventbridge.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of Tag in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateEventBusRequest. tags()Tags to associate with the event bus.List<Tag>EcsParameters. tags()The metadata that you apply to the task to help you categorize and organize them.List<Tag>ListTagsForResourceResponse. tags()The list of tag keys and values associated with the resource you specifiedList<Tag>PutRuleRequest. tags()The list of key-value pairs to associate with the rule.List<Tag>TagResourceRequest. tags()The list of key-value pairs to associate with the resource.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type Tag Modifier and Type Method Description CreateEventBusRequest.BuilderCreateEventBusRequest.Builder. tags(Tag... tags)Tags to associate with the event bus.EcsParameters.BuilderEcsParameters.Builder. tags(Tag... tags)The metadata that you apply to the task to help you categorize and organize them.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The list of tag keys and values associated with the resource you specifiedPutRuleRequest.BuilderPutRuleRequest.Builder. tags(Tag... tags)The list of key-value pairs to associate with the rule.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The list of key-value pairs to associate with the resource.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type Tag Modifier and Type Method Description CreateEventBusRequest.BuilderCreateEventBusRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the event bus.EcsParameters.BuilderEcsParameters.Builder. tags(Collection<Tag> tags)The metadata that you apply to the task to help you categorize and organize them.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The list of tag keys and values associated with the resource you specifiedPutRuleRequest.BuilderPutRuleRequest.Builder. tags(Collection<Tag> tags)The list of key-value pairs to associate with the rule.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The list of key-value pairs to associate with the resource.
-