Uses of Class
org.jclouds.profitbricks.domain.Snapshot
-
Packages that use Snapshot Package Description org.jclouds.profitbricks.domain org.jclouds.profitbricks.features org.jclouds.profitbricks.http.parser.snapshot -
-
Uses of Snapshot in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return Snapshot Modifier and Type Method Description abstract Snapshot
Snapshot.Builder. build()
-
Uses of Snapshot in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features that return Snapshot Modifier and Type Method Description Snapshot
SnapshotApi. createSnapshot(Snapshot.Request.CreatePayload payload)
Snapshot
SnapshotApi. getSnapshot(String identifier)
Methods in org.jclouds.profitbricks.features that return types with arguments of type Snapshot Modifier and Type Method Description List<Snapshot>
SnapshotApi. getAllSnapshots()
-
Uses of Snapshot in org.jclouds.profitbricks.http.parser.snapshot
Methods in org.jclouds.profitbricks.http.parser.snapshot that return Snapshot Modifier and Type Method Description Snapshot
SnapshotResponseHandler. getResult()
Methods in org.jclouds.profitbricks.http.parser.snapshot that return types with arguments of type Snapshot Modifier and Type Method Description List<Snapshot>
SnapshotListResponseHandler. getResult()
-