Uses of Class
com.amazonaws.services.codedeploy.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return TagMethods in com.amazonaws.services.codedeploy.model that return types with arguments of type TagModifier and TypeMethodDescriptionAddTagsToOnPremisesInstancesRequest.getTags()The tag key-value pairs to add to the on-premises instances.InstanceInfo.getTags()The tags currently associated with the on-premises instance.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 TagModifier and TypeMethodDescriptionThe tag key-value pairs to add to the on-premises instances.The tags currently associated with the on-premises instance.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 TagModifier and TypeMethodDescriptionvoidAddTagsToOnPremisesInstancesRequest.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.AddTagsToOnPremisesInstancesRequest.withTags(Collection<Tag> tags) The tag key-value pairs to add to the on-premises instances.InstanceInfo.withTags(Collection<Tag> tags) The tags currently associated with the on-premises instance.RemoveTagsFromOnPremisesInstancesRequest.withTags(Collection<Tag> tags) The tag key-value pairs to remove from the on-premises instances.