> +    *           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(

I decided not to overload describeInstancesInRegion, basically. It just felt a 
bit cleaner to me - that said, there'd be no problem with just making this 
another describeInstancesInRegion permutation.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/194/files#r7360933

Reply via email to