Uses of Class
com.oracle.bmc.filestorage.model.SnapshotSummary
-
Packages that use SnapshotSummary Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.responses -
-
Uses of SnapshotSummary in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return types with arguments of type SnapshotSummary Modifier and Type Method Description Iterable<SnapshotSummary>
FileStoragePaginators. listSnapshotsRecordIterator(ListSnapshotsRequest request)
Creates a new iterable which will iterate over theSnapshotSummary
objects contained in responses from the listSnapshots operation. -
Uses of SnapshotSummary in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return SnapshotSummary Modifier and Type Method Description SnapshotSummary
SnapshotSummary.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type SnapshotSummary Modifier and Type Method Description SnapshotSummary.Builder
SnapshotSummary.Builder. copy(SnapshotSummary model)
-
Uses of SnapshotSummary in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return types with arguments of type SnapshotSummary Modifier and Type Method Description List<SnapshotSummary>
ListSnapshotsResponse. getItems()
A list of com.oracle.bmc.filestorage.model.SnapshotSummary instances.Method parameters in com.oracle.bmc.filestorage.responses with type arguments of type SnapshotSummary Modifier and Type Method Description ListSnapshotsResponse.Builder
ListSnapshotsResponse.Builder. items(List<SnapshotSummary> items)
A list of com.oracle.bmc.filestorage.model.SnapshotSummary instances.
-