Uses of Class
org.jclouds.softlayer.domain.Tag

Packages that use Tag
org.jclouds.softlayer.domain   
 

Uses of Tag in org.jclouds.softlayer.domain
 

Methods in org.jclouds.softlayer.domain that return Tag
 Tag Tag.Builder.build()
           
 Tag TagReference.getTag()
           
 

Methods in org.jclouds.softlayer.domain with parameters of type Tag
 Tag.Builder Tag.Builder.fromTag(Tag in)
           
 TagReference.Builder TagReference.Builder.tag(Tag tag)
           
 

Constructors in org.jclouds.softlayer.domain with parameters of type Tag
TagReference(int id, int usrRecordId, int tagTypeId, int tagId, int resourceTableId, int empRecordId, Tag tag, TagType tagType)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.