> + * 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(
Any reason why this is "filterInstancesInRegion" when e.g. the response parser is "DescribeInstances"? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/194/files#r7360883
