Uses of Class
org.jclouds.aws.ec2.domain.Tag

Packages that use Tag
org.jclouds.aws.ec2.domain   
org.jclouds.aws.ec2.services   
org.jclouds.aws.ec2.xml   
 

Uses of Tag in org.jclouds.aws.ec2.domain
 

Methods in org.jclouds.aws.ec2.domain that return Tag
 Tag Tag.Builder.build()
           
 

Methods in org.jclouds.aws.ec2.domain with parameters of type Tag
 int Tag.compareTo(Tag t)
           
 

Uses of Tag in org.jclouds.aws.ec2.services
 

Methods in org.jclouds.aws.ec2.services that return types with arguments of type Tag
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Tag>> TagAsyncClient.describeTagsInRegion(String region, Map<TagFilters.FilterName,Iterable<?>> filters)
           
 Set<Tag> TagClient.describeTagsInRegion(String region, Map<TagFilters.FilterName,Iterable<?>> filters)
          Returns filtered information about tags.
 

Uses of Tag in org.jclouds.aws.ec2.xml
 

Methods in org.jclouds.aws.ec2.xml that return Tag
 Tag TagHandler.getResult()
           
 

Methods in org.jclouds.aws.ec2.xml that return types with arguments of type Tag
 Set<Tag> DescribeTagsResponseHandler.getResult()
           
 ParseSax.HandlerWithResult<Set<Tag>> DescribeTagsResponseHandler.setContext(HttpRequest request)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.