justinThompson commented on this pull request.
> +import org.jclouds.rest.annotations.RequestFilters; +import org.jclouds.rest.annotations.VirtualHost; +import org.jclouds.rest.annotations.XMLResponseParser; + +/** + * Provides access to Amazon ELB via the Query API + * <p/> + * + * @see <a href="http://docs.amazonwebservices.com/ElasticLoadBalancing/latest/APIReference" + * >doc</a> + */ +@RequestFilters(FormSigner.class) +@VirtualHost +public interface SubnetApi { + + removed -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/70
