Example usage for com.google.common.collect ImmutableMultimap.Builder subclass-usage

List of usage examples for com.google.common.collect ImmutableMultimap.Builder subclass-usage

Introduction

In this page you can find the example usage for com.google.common.collect ImmutableMultimap.Builder subclass-usage.

Usage

From source file org.jclouds.ec2.util.TagFilterBuilder.java

/**
 * You can use filters to limit the results when describing tags. For example,
 * you could get only the tags for a particular resource type. You can specify
 * multiple values for a filter. A tag must match at least one of the specified
 * values for it to be included in the results.
 * 

From source file org.jclouds.ec2.util.SubnetFilterBuilder.java

/**
 * You can specify filters so that the response includes information for only
 * certain subnets. For example, you can use a filter to specify that you're
 * interested in the subnets in the available state. You can specify multiple
 * values for a filter. The response includes information for a subnet only if
 * it matches at least one of the filter values that you specified.