Uses of Class
com.oracle.bmc.osmanagementhub.model.SnapSummary
-
Packages that use SnapSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of SnapSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type SnapSummary Modifier and Type Method Description Iterable<SnapSummary>ManagedInstancePaginators. listManagedInstanceSnapsRecordIterator(ListManagedInstanceSnapsRequest request)Creates a new iterable which will iterate over theSnapSummaryobjects contained in responses from the listManagedInstanceSnaps operation. -
Uses of SnapSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SnapSummary Modifier and Type Method Description SnapSummarySnapSummary.Builder. build()Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type SnapSummary Modifier and Type Method Description List<SnapSummary>SnapCollection. getItems()The list of snaps.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type SnapSummary Modifier and Type Method Description SnapSummary.BuilderSnapSummary.Builder. copy(SnapSummary model)Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type SnapSummary Modifier and Type Method Description SnapCollection.BuilderSnapCollection.Builder. items(List<SnapSummary> items)The list of snaps.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type SnapSummary Constructor Description SnapCollection(List<SnapSummary> items)Deprecated.
-