Uses of Class
software.amazon.awssdk.services.eventbridge.model.Tag
Packages that use Tag
-
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 TagModifier and TypeMethodDescriptionCreateEventBusRequest.tags()Tags to associate with the event bus.EcsParameters.tags()The metadata that you apply to the task to help you categorize and organize them.ListTagsForResourceResponse.tags()The list of tag keys and values associated with the resource you specifiedPutRuleRequest.tags()The list of key-value pairs to associate with the rule.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 TagModifier and TypeMethodDescriptionTags to associate with the event bus.The metadata that you apply to the task to help you categorize and organize them.The list of tag keys and values associated with the resource you specifiedThe list of key-value pairs to associate with the rule.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 TagModifier and TypeMethodDescriptionCreateEventBusRequest.Builder.tags(Collection<Tag> tags) Tags to associate with the event bus.EcsParameters.Builder.tags(Collection<Tag> tags) The metadata that you apply to the task to help you categorize and organize them.ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags) The list of tag keys and values associated with the resource you specifiedPutRuleRequest.Builder.tags(Collection<Tag> tags) The list of key-value pairs to associate with the rule.TagResourceRequest.Builder.tags(Collection<Tag> tags) The list of key-value pairs to associate with the resource.