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

Packages that use Tag
org.jclouds.ec2.domain   
org.jclouds.ec2.features   
org.jclouds.ec2.util   
org.jclouds.ec2.xml   
 

Uses of Tag in org.jclouds.ec2.domain
 

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

Methods in org.jclouds.ec2.domain with parameters of type Tag
 Tag.Builder Tag.Builder.fromTag(Tag in)
           
 

Uses of Tag in org.jclouds.ec2.features
 

Methods in org.jclouds.ec2.features that return types with arguments of type Tag
 com.google.common.collect.FluentIterable<Tag> TagApi.filter(com.google.common.collect.Multimap<String,String> filter)
          Describes tags for your EC2 resources qualified by a filter
 com.google.common.collect.FluentIterable<Tag> TagApi.list()
          Describes all of your tags for your EC2 resources.
 

Uses of Tag in org.jclouds.ec2.util
 

Methods in org.jclouds.ec2.util that return types with arguments of type Tag
static com.google.common.base.Function<Tag,String> Tags.keyFunction()
           
static com.google.common.base.Function<Tag,String> Tags.resourceIdFunction()
           
static com.google.common.base.Function<Tag,String> Tags.valueFunction()
           
 

Methods in org.jclouds.ec2.util with parameters of type Tag
 String Tags.ValueFunction.apply(Tag in)
           
 String Tags.KeyFunction.apply(Tag in)
           
 String Tags.ResourceIdFunction.apply(Tag in)
           
 

Method parameters in org.jclouds.ec2.util with type arguments of type Tag
static Map<String,Map<String,String>> Tags.resourceToTagsAsMap(Iterable<Tag> tags)
          maps the input on getResourceId() with a value of a map of its getKey() to getValue()
 

Uses of Tag in org.jclouds.ec2.xml
 

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

Methods in org.jclouds.ec2.xml that return types with arguments of type Tag
 com.google.common.collect.FluentIterable<Tag> DescribeTagsResponseHandler.getResult()
          
 



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