We are given $y^2/a^2-x^2/b^2=1$, $y>0$ . If we rotate the hyperbola around the $y$ axis the shape is similar to a glass.

What will the volume of water inside the glass be, in order to fill the glass up to $y=A$, $A>a$?
Following the given hint I found $$x=b*(y^2/a^2-1)^{1/2}.$$
The green axis in your picture is the $y$ axis. You can calculate the volume in two ways: disks or shells.
The disks are perpendicular to the $y$ axis, have a thickness $dy$ and the radius is equal to $x$ at a given $y$. In this case your integration variable is $y$. So the volume of the disk is $\pi x^2 dy=b^2(y^2/a^2-1) dy$. You know the minimum $y$ is $a$, and the maximum is $A$.
The shell method means that you need to have cylindrical shells, with the axis parallel to the $y$ axis. The radius of the cylinder is $x$, the thickness is $dx$. The volume of the shell is then $2\pi x h(x)\mathrm dx$, where $h(x)$ is the height of the shell. The "bottom" of the shell starts at $y=a\sqrt{x^2/b^2+1}$, and the "top" is at $y=A$, so $h(x)=A-a\sqrt{x^2/b^2+1}$ The integration range starts from $0$ and goes on until the height is $0$, or $y(x)=A$. $$\frac{A^2}{a^2}-\frac{x_{max}^2}{b^2}=1$$ You can now get the upper limit of $x$ from the above equation.