Uses of Class
com.oracle.bmc.osmanagementhub.model.MirrorSummary
-
Packages that use MirrorSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of MirrorSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type MirrorSummary Modifier and Type Method Description Iterable<MirrorSummary>
ManagementStationPaginators. listMirrorsRecordIterator(ListMirrorsRequest request)
Creates a new iterable which will iterate over theMirrorSummary
objects contained in responses from the listMirrors operation. -
Uses of MirrorSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return MirrorSummary Modifier and Type Method Description MirrorSummary
MirrorSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type MirrorSummary Modifier and Type Method Description List<MirrorSummary>
MirrorsCollection. getItems()
List of mirrorsMethods in com.oracle.bmc.osmanagementhub.model with parameters of type MirrorSummary Modifier and Type Method Description MirrorSummary.Builder
MirrorSummary.Builder. copy(MirrorSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type MirrorSummary Modifier and Type Method Description MirrorsCollection.Builder
MirrorsCollection.Builder. items(List<MirrorSummary> items)
List of mirrorsConstructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type MirrorSummary Constructor Description MirrorsCollection(List<MirrorSummary> items)
Deprecated.
-