Uses of Class
org.jclouds.digitalocean2.domain.Snapshot
-
Packages that use Snapshot Package Description org.jclouds.digitalocean2.domain org.jclouds.digitalocean2.features -
-
Uses of Snapshot in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return Snapshot Modifier and Type Method Description static Snapshot
Snapshot. create(int id, String name, String type, String distribution, String slug, boolean isPublic, List<String> regions, int minDiskSize, Date createdAt)
-
Uses of Snapshot in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return types with arguments of type Snapshot Modifier and Type Method Description PagedIterable<Snapshot>
DropletApi. listSnapshots(int id)
IterableWithMarker<Snapshot>
DropletApi. listSnapshots(int id, ListOptions options)
-