> +    * @see #describeSnapshotsInRegion
> +    * @see #createSnapshotsInRegion
> +    * @see #deleteSnapshotInRegion
> +    * @see <a 
> href="http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeSnapshots.html";
> +    *      />
> +           */
> +   @Named("DescribeSnapshots")
> +   @POST
> +   @Path("/")
> +   @FormParams(keys = ACTION, values = "DescribeSnapshots")
> +   @XMLResponseParser(DescribeSnapshotsResponseHandler.class)
> +   @Fallback(EmptySetOnNotFoundOr404.class)
> +   Set<Snapshot> describeSnapshotsInRegionWithFilter(
> +           @EndpointParam(parser = RegionToEndpointOrProviderIfNull.class) 
> @Nullable String region,
> +           @BinderParam(BindFiltersToIndexedFormParams.class) 
> Multimap<String, String> filter,
> +           DescribeSnapshotsOptions... options);

See response above

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

Reply via email to