Uses of Class
software.amazon.awssdk.services.iotevents.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of Tag in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateAlarmModelRequest. tags()A list of key-value pairs that contain metadata for the alarm model.List<Tag>CreateDetectorModelRequest. tags()Metadata that can be used to manage the detector model.List<Tag>CreateInputRequest. tags()Metadata that can be used to manage the input.List<Tag>ListTagsForResourceResponse. tags()The list of tags assigned to the resource.List<Tag>TagResourceRequest. tags()The new or modified tags for the resource.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type Tag Modifier and Type Method Description CreateAlarmModelRequest.BuilderCreateAlarmModelRequest.Builder. tags(Tag... tags)A list of key-value pairs that contain metadata for the alarm model.CreateDetectorModelRequest.BuilderCreateDetectorModelRequest.Builder. tags(Tag... tags)Metadata that can be used to manage the detector model.CreateInputRequest.BuilderCreateInputRequest.Builder. tags(Tag... tags)Metadata that can be used to manage the input.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The list of tags assigned to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The new or modified tags for the resource.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type Tag Modifier and Type Method Description CreateAlarmModelRequest.BuilderCreateAlarmModelRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that contain metadata for the alarm model.CreateDetectorModelRequest.BuilderCreateDetectorModelRequest.Builder. tags(Collection<Tag> tags)Metadata that can be used to manage the detector model.CreateInputRequest.BuilderCreateInputRequest.Builder. tags(Collection<Tag> tags)Metadata that can be used to manage the input.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The list of tags assigned to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The new or modified tags for the resource.
-