> + * Instances are tied to Availability Zones. However, the > instance > + * ID is tied to the Region. > + * @param filter > + * > + * @see #runInstancesInRegion > + * @see #terminateInstancesInRegion > + * @see <a > href="http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeInstances.html" > + * /> > + */ > + @Named("DescribeInstances") > + @POST > + @Path("/") > + @FormParams(keys = ACTION, values = "DescribeInstances") > + @XMLResponseParser(AWSDescribeInstancesResponseHandler.class) > + @Fallback(EmptySetOnNotFoundOr404.class) > + Set<? extends Reservation<? extends AWSRunningInstance>> > filterInstancesInRegion(
"describeInstancesInRegionWithFilter" or so would also work for me. "filterSomething" sounds to me like it might have some effect, e.g. removing things that don't match the filter, or so..? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/194/files#r7361153
