org.jclouds.trmk.ecloud.features
Interface TagOperationsClient


public interface TagOperationsClient

Tag Based Operations

Author:
Adrian Cole
See Also:
TagOperationsAsyncClient

Method Summary
 Map<String,Integer> getTagNameToUsageCount(URI tagsList)
          This call returns the list of all tags by list id.
 Map<String,Integer> getTagNameToUsageCountInOrg(URI orgId)
          This call returns the list of all tags belonging to the organization.
 

Method Detail

getTagNameToUsageCountInOrg

Map<String,Integer> getTagNameToUsageCountInOrg(URI orgId)
This call returns the list of all tags belonging to the organization.

Returns:
tags

getTagNameToUsageCount

Map<String,Integer> getTagNameToUsageCount(URI tagsList)
This call returns the list of all tags by list id.

Returns:
tags


Copyright © 2009-2011 jclouds. All Rights Reserved.