Uses of Class
com.oracle.bmc.filestorage.model.Snapshot
-
Packages that use Snapshot Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.responses -
-
Uses of Snapshot in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return Snapshot Modifier and Type Method Description Snapshot
Snapshot.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type Snapshot Modifier and Type Method Description Snapshot.Builder
Snapshot.Builder. copy(Snapshot model)
-
Uses of Snapshot in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return Snapshot Modifier and Type Method Description Snapshot
AddSnapshotLockResponse. getSnapshot()
The returned Snapshot instance.Snapshot
CreateSnapshotResponse. getSnapshot()
The returned Snapshot instance.Snapshot
GetSnapshotResponse. getSnapshot()
The returned Snapshot instance.Snapshot
RemoveSnapshotLockResponse. getSnapshot()
The returned Snapshot instance.Snapshot
UpdateSnapshotResponse. getSnapshot()
The returned Snapshot instance.Methods in com.oracle.bmc.filestorage.responses with parameters of type Snapshot Modifier and Type Method Description AddSnapshotLockResponse.Builder
AddSnapshotLockResponse.Builder. snapshot(Snapshot snapshot)
The returned Snapshot instance.CreateSnapshotResponse.Builder
CreateSnapshotResponse.Builder. snapshot(Snapshot snapshot)
The returned Snapshot instance.GetSnapshotResponse.Builder
GetSnapshotResponse.Builder. snapshot(Snapshot snapshot)
The returned Snapshot instance.RemoveSnapshotLockResponse.Builder
RemoveSnapshotLockResponse.Builder. snapshot(Snapshot snapshot)
The returned Snapshot instance.UpdateSnapshotResponse.Builder
UpdateSnapshotResponse.Builder. snapshot(Snapshot snapshot)
The returned Snapshot instance.
-