Uses of Class
software.amazon.awssdk.services.cloudwatch.model.Tag
Packages that use Tag
-
Uses of Tag in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type TagModifier and TypeMethodDescriptionListTagsForResourceResponse.tags()The list of tag keys and values associated with the resource you specified.ManagedRule.tags()A list of key-value pairs that you can associate with a managed Contributor Insights rule.PutAlarmMuteRuleRequest.tags()A list of key-value pairs to associate with the alarm mute rule.PutCompositeAlarmRequest.tags()A list of key-value pairs to associate with the alarm.PutDashboardRequest.tags()A list of key-value pairs to associate with the dashboard.PutInsightRuleRequest.tags()A list of key-value pairs to associate with the Contributor Insights rule.PutMetricAlarmRequest.tags()A list of key-value pairs to associate with the alarm.PutMetricStreamRequest.tags()A list of key-value pairs to associate with the metric stream.TagResourceRequest.tags()The list of key-value pairs to associate with the alarm.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type TagModifier and TypeMethodDescriptionThe list of tag keys and values associated with the resource you specified.A list of key-value pairs that you can associate with a managed Contributor Insights rule.A list of key-value pairs to associate with the alarm mute rule.A list of key-value pairs to associate with the alarm.A list of key-value pairs to associate with the dashboard.A list of key-value pairs to associate with the Contributor Insights rule.A list of key-value pairs to associate with the alarm.A list of key-value pairs to associate with the metric stream.The list of key-value pairs to associate with the alarm.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type TagModifier and TypeMethodDescriptionListTagsForResourceResponse.Builder.tags(Collection<Tag> tags) The list of tag keys and values associated with the resource you specified.ManagedRule.Builder.tags(Collection<Tag> tags) A list of key-value pairs that you can associate with a managed Contributor Insights rule.PutAlarmMuteRuleRequest.Builder.tags(Collection<Tag> tags) A list of key-value pairs to associate with the alarm mute rule.PutCompositeAlarmRequest.Builder.tags(Collection<Tag> tags) A list of key-value pairs to associate with the alarm.PutDashboardRequest.Builder.tags(Collection<Tag> tags) A list of key-value pairs to associate with the dashboard.PutInsightRuleRequest.Builder.tags(Collection<Tag> tags) A list of key-value pairs to associate with the Contributor Insights rule.PutMetricAlarmRequest.Builder.tags(Collection<Tag> tags) A list of key-value pairs to associate with the alarm.PutMetricStreamRequest.Builder.tags(Collection<Tag> tags) A list of key-value pairs to associate with the metric stream.TagResourceRequest.Builder.tags(Collection<Tag> tags) The list of key-value pairs to associate with the alarm.