Uses of Class
com.ibm.cloud.is.vpc.v1.model.Snapshot
-
Packages that use Snapshot Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of Snapshot in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type Snapshot Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Snapshot>
Vpc. createSnapshot(CreateSnapshotOptions createSnapshotOptions)
Create a snapshot.com.ibm.cloud.sdk.core.http.ServiceCall<Snapshot>
Vpc. getSnapshot(GetSnapshotOptions getSnapshotOptions)
Retrieve a snapshot.com.ibm.cloud.sdk.core.http.ServiceCall<Snapshot>
Vpc. updateSnapshot(UpdateSnapshotOptions updateSnapshotOptions)
Update a snapshot. -
Uses of Snapshot in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type Snapshot Modifier and Type Method Description List<Snapshot>
SnapshotsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<Snapshot>
SnapshotsPager. getNext()
Returns the next page of results.List<Snapshot>
SnapshotCollection. getSnapshots()
Gets the snapshots.
-