> +
> +   /**
> +    * List the snapshots in a given @{link Location}.
> +    *
> +    * @param locationId The location to search in.
> +    * @return the set of @{link Snapshot}s we have access to in the given 
> @{link Location}.
> +    */
> +   Set<Snapshot> listSnapshotsInLocation(String locationId);
> +
> +   /**
> +    * List the snapshots associated with a given volume.
> +    *
> +    * @param id The id of the volume to look at.
> +    * @return the set of @{link Snapshot}s associated with this volume, if 
> any.
> +    */
> +   Set<Snapshot> listSnapshotsForVolume(String id);

Alright. Iterable, then, I guess?

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

Reply via email to