Uses of Class
com.amazonaws.services.ec2.model.Filter

Packages that use Filter
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of Filter in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return Filter
 Filter Filter.withName(String name)
          Sets the value of the Name property for this object.
 Filter Filter.withValues(Collection<String> values)
          Sets the value of the Values property for this object.
 Filter Filter.withValues(String... values)
          Sets the value of the Values property for this object.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type Filter
 List<Filter> DescribeSubnetsRequest.getFilters()
          Returns the value of the Filters property for this object.
 List<Filter> DescribeVpcsRequest.getFilters()
          Returns the value of the Filters property for this object.
 List<Filter> DescribeVpnGatewaysRequest.getFilters()
          Returns the value of the Filters property for this object.
 List<Filter> DescribeCustomerGatewaysRequest.getFilters()
          Returns the value of the Filters property for this object.
 

Methods in com.amazonaws.services.ec2.model with parameters of type Filter
 DescribeSubnetsRequest DescribeSubnetsRequest.withFilters(Filter... filters)
          Sets the value of the Filters property for this object.
 DescribeVpcsRequest DescribeVpcsRequest.withFilters(Filter... filters)
          Sets the value of the Filters property for this object.
 DescribeVpnGatewaysRequest DescribeVpnGatewaysRequest.withFilters(Filter... filters)
          Sets the value of the Filters property for this object.
 DescribeCustomerGatewaysRequest DescribeCustomerGatewaysRequest.withFilters(Filter... filters)
          Sets the value of the Filters property for this object.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type Filter
 void DescribeSubnetsRequest.setFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 void DescribeVpcsRequest.setFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 void DescribeVpnGatewaysRequest.setFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 void DescribeCustomerGatewaysRequest.setFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 DescribeSubnetsRequest DescribeSubnetsRequest.withFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 DescribeVpcsRequest DescribeVpcsRequest.withFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 DescribeVpnGatewaysRequest DescribeVpnGatewaysRequest.withFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 DescribeCustomerGatewaysRequest DescribeCustomerGatewaysRequest.withFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.