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 TagTag. clone()TagTag. withKey(String key)The tag's key.TagTag. 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 AddTagsToOnPremisesInstancesRequestAddTagsToOnPremisesInstancesRequest. withTags(Tag... tags)The tag key-value pairs to add to the on-premises instances.InstanceInfoInstanceInfo. withTags(Tag... tags)The tags currently associated with the on-premises instance.RemoveTagsFromOnPremisesInstancesRequestRemoveTagsFromOnPremisesInstancesRequest. 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 voidAddTagsToOnPremisesInstancesRequest. setTags(Collection<Tag> tags)The tag key-value pairs to add to the on-premises instances.voidInstanceInfo. setTags(Collection<Tag> tags)The tags currently associated with the on-premises instance.voidRemoveTagsFromOnPremisesInstancesRequest. setTags(Collection<Tag> tags)The tag key-value pairs to remove from the on-premises instances.AddTagsToOnPremisesInstancesRequestAddTagsToOnPremisesInstancesRequest. withTags(Collection<Tag> tags)The tag key-value pairs to add to the on-premises instances.InstanceInfoInstanceInfo. withTags(Collection<Tag> tags)The tags currently associated with the on-premises instance.RemoveTagsFromOnPremisesInstancesRequestRemoveTagsFromOnPremisesInstancesRequest. withTags(Collection<Tag> tags)The tag key-value pairs to remove from the on-premises instances.
-