Uses of Class
com.amazonaws.services.codedeploy.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.codedeploy.model -
-
Uses of Tag in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return Tag Modifier and Type Method Description Tag
Tag. clone()
Tag
Tag. withKey(String key)
The tag's key.Tag
Tag. withValue(String value)
The tag's value.Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
AddTagsToOnPremisesInstancesRequest. getTags()
The tag key-value pairs to add to the on-premises instances.List<Tag>
InstanceInfo. getTags()
The tags currently associated with the on-premises instance.List<Tag>
RemoveTagsFromOnPremisesInstancesRequest. getTags()
The tag key-value pairs to remove from the on-premises instances.Methods in com.amazonaws.services.codedeploy.model with parameters of type Tag Modifier and Type Method Description AddTagsToOnPremisesInstancesRequest
AddTagsToOnPremisesInstancesRequest. withTags(Tag... tags)
The tag key-value pairs to add to the on-premises instances.InstanceInfo
InstanceInfo. withTags(Tag... tags)
The tags currently associated with the on-premises instance.RemoveTagsFromOnPremisesInstancesRequest
RemoveTagsFromOnPremisesInstancesRequest. withTags(Tag... tags)
The tag key-value pairs to remove from the on-premises instances.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type Tag Modifier and Type Method Description void
AddTagsToOnPremisesInstancesRequest. setTags(Collection<Tag> tags)
The tag key-value pairs to add to the on-premises instances.void
InstanceInfo. setTags(Collection<Tag> tags)
The tags currently associated with the on-premises instance.void
RemoveTagsFromOnPremisesInstancesRequest. setTags(Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.AddTagsToOnPremisesInstancesRequest
AddTagsToOnPremisesInstancesRequest. withTags(Collection<Tag> tags)
The tag key-value pairs to add to the on-premises instances.InstanceInfo
InstanceInfo. withTags(Collection<Tag> tags)
The tags currently associated with the on-premises instance.RemoveTagsFromOnPremisesInstancesRequest
RemoveTagsFromOnPremisesInstancesRequest. withTags(Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
-