> @@ -66,6 +69,39 @@
>              @EndpointParam(parser = RegionToEndpointOrProviderIfNull.class) 
> @Nullable String region,
>              @BinderParam(BindInstanceIdsToIndexedFormParams.class) String... 
> instanceIds);
>  
> +   /**
> +    * Returns information about instances that you own.
> +    * <p/>
> +    *
> +    * If you specify one or filters, Amazon EC2 returns information for 
> instances
> +    * matching those filters. If you do not specify any filters, Amazon EC2
> +    * returns information for all relevant instances. If you specify an 
> invalid
> +    * filter, a fault is returned. Only instances you own will be included 
> in the

Is "fault is returned" = "exception is thrown" here?

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

Reply via email to