> @@ -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
I'm not entirely sure. That's tweaked copytext from the describeInstancesInRegion method - I'll play with it and figure out exactly what happens. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/194/files#r7360913
