Uses of Class
com.oracle.bmc.osmanagementhub.model.ManagedInstanceSummary
-
Packages that use ManagedInstanceSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of ManagedInstanceSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ManagedInstanceSummary Modifier and Type Method Description Iterable<ManagedInstanceSummary>
ManagedInstancePaginators. listManagedInstancesRecordIterator(ListManagedInstancesRequest request)
Creates a new iterable which will iterate over theManagedInstanceSummary
objects contained in responses from the listManagedInstances operation. -
Uses of ManagedInstanceSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ManagedInstanceSummary Modifier and Type Method Description ManagedInstanceSummary
ManagedInstanceSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ManagedInstanceSummary Modifier and Type Method Description List<ManagedInstanceSummary>
ManagedInstanceCollection. getItems()
List of managed instances.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ManagedInstanceSummary Modifier and Type Method Description ManagedInstanceSummary.Builder
ManagedInstanceSummary.Builder. copy(ManagedInstanceSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagedInstanceSummary Modifier and Type Method Description ManagedInstanceCollection.Builder
ManagedInstanceCollection.Builder. items(List<ManagedInstanceSummary> items)
List of managed instances.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagedInstanceSummary Constructor Description ManagedInstanceCollection(List<ManagedInstanceSummary> items)
Deprecated.
-