Uses of Class
org.jclouds.aws.ec2.util.TagFilters.FilterName

Packages that use TagFilters.FilterName
org.jclouds.aws.ec2.services   
org.jclouds.aws.ec2.util   
 

Uses of TagFilters.FilterName in org.jclouds.aws.ec2.services
 

Method parameters in org.jclouds.aws.ec2.services with type arguments of type TagFilters.FilterName
 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 TagFilters.FilterName in org.jclouds.aws.ec2.util
 

Fields in org.jclouds.aws.ec2.util with type parameters of type TagFilters.FilterName
protected  Map<TagFilters.FilterName,Iterable<?>> TagFilters.map
           
 

Methods in org.jclouds.aws.ec2.util that return TagFilters.FilterName
static TagFilters.FilterName TagFilters.FilterName.fromValue(String name)
           
static TagFilters.FilterName TagFilters.FilterName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TagFilters.FilterName[] TagFilters.FilterName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.aws.ec2.util that return types with arguments of type TagFilters.FilterName
 Map<TagFilters.FilterName,Iterable<?>> TagFilters.build()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.