Uses of Class
com.amazonaws.services.elasticloadbalancing.model.TagKeyOnly
-
Packages that use TagKeyOnly Package Description com.amazonaws.services.elasticloadbalancing.model -
-
Uses of TagKeyOnly in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return TagKeyOnly Modifier and Type Method Description TagKeyOnlyTagKeyOnly. clone()TagKeyOnlyTagKeyOnly. withKey(String key)The name of the key.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type TagKeyOnly Modifier and Type Method Description List<TagKeyOnly>RemoveTagsRequest. getTags()The list of tag keys to remove.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type TagKeyOnly Modifier and Type Method Description RemoveTagsRequestRemoveTagsRequest. withTags(TagKeyOnly... tags)The list of tag keys to remove.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type TagKeyOnly Modifier and Type Method Description voidRemoveTagsRequest. setTags(Collection<TagKeyOnly> tags)The list of tag keys to remove.RemoveTagsRequestRemoveTagsRequest. withTags(Collection<TagKeyOnly> tags)The list of tag keys to remove.
-