> +     *           Options to specify metadata such as architecture or 
> secondary volumes to be
> +     *           associated with this image.
> +     * @return imageId
> +     *
> +     * @see #describeImages
> +     * @see #deregisterImage
> +     * @see <a href=
> +     *      
> "http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/ApiReference-query-RegisterImage.html";
> +     *      />
> +     */
> +    @Named("RegisterImageWithOptions")
> +    @POST
> +    @Path("/")
> +    @FormParams(keys = { ACTION }, values = { "RegisterImage"})
> +    @XMLResponseParser(ImageIdHandler.class)
> +    String registerUnixImgBackedByEbsInRegion(

Rename to registerUnixImageBackedByEbsInRegion - see @nacx's comment above

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

Reply via email to