> + }
> +
> + /**
> + * @param resourceId
> + * list by resource ID
> + */
> + public ListTagsOptions resourceId(String resourceId) {
> + this.queryParameters.replaceValues("resourceid",
> ImmutableSet.of(resourceId));
> + return this;
> + }
> +
> + /**
> + * @param resourceType
> + * list by resource type
> + */
> + public ListTagsOptions resourceType(String resourceType) {
man.. I literally just made a tag api w/ resourceId, resourceType, name at
work!!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/578/files#r19128683