Uses of Class
software.amazon.awssdk.services.cloudwatch.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.cloudwatch.model -
-
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 Tag Modifier and Type Method Description List<Tag>ListTagsForResourceResponse. tags()The list of tag keys and values associated with the resource you specified.List<Tag>ManagedRule. tags()A list of key-value pairs that you can associate with a managed Contributor Insights rule.List<Tag>PutCompositeAlarmRequest. tags()A list of key-value pairs to associate with the composite alarm.List<Tag>PutInsightRuleRequest. tags()A list of key-value pairs to associate with the Contributor Insights rule.List<Tag>PutMetricAlarmRequest. tags()A list of key-value pairs to associate with the alarm.List<Tag>PutMetricStreamRequest. tags()A list of key-value pairs to associate with the metric stream.List<Tag>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 Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The list of tag keys and values associated with the resource you specified.ManagedRule.BuilderManagedRule.Builder. tags(Tag... tags)A list of key-value pairs that you can associate with a managed Contributor Insights rule.PutCompositeAlarmRequest.BuilderPutCompositeAlarmRequest.Builder. tags(Tag... tags)A list of key-value pairs to associate with the composite alarm.PutInsightRuleRequest.BuilderPutInsightRuleRequest.Builder. tags(Tag... tags)A list of key-value pairs to associate with the Contributor Insights rule.PutMetricAlarmRequest.BuilderPutMetricAlarmRequest.Builder. tags(Tag... tags)A list of key-value pairs to associate with the alarm.PutMetricStreamRequest.BuilderPutMetricStreamRequest.Builder. tags(Tag... tags)A list of key-value pairs to associate with the metric stream.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)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 Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The list of tag keys and values associated with the resource you specified.ManagedRule.BuilderManagedRule.Builder. tags(Collection<Tag> tags)A list of key-value pairs that you can associate with a managed Contributor Insights rule.PutCompositeAlarmRequest.BuilderPutCompositeAlarmRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs to associate with the composite alarm.PutInsightRuleRequest.BuilderPutInsightRuleRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs to associate with the Contributor Insights rule.PutMetricAlarmRequest.BuilderPutMetricAlarmRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs to associate with the alarm.PutMetricStreamRequest.BuilderPutMetricStreamRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs to associate with the metric stream.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The list of key-value pairs to associate with the alarm.
-