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 TagKeyOnly
TagKeyOnly. clone()
TagKeyOnly
TagKeyOnly. 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 RemoveTagsRequest
RemoveTagsRequest. 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 void
RemoveTagsRequest. setTags(Collection<TagKeyOnly> tags)
The list of tag keys to remove.RemoveTagsRequest
RemoveTagsRequest. withTags(Collection<TagKeyOnly> tags)
The list of tag keys to remove.
-