Uses of Class
com.oracle.bmc.osmanagementhub.model.ManagedInstanceGroupSummary
-
Packages that use ManagedInstanceGroupSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of ManagedInstanceGroupSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ManagedInstanceGroupSummary Modifier and Type Method Description Iterable<ManagedInstanceGroupSummary>
ManagedInstanceGroupPaginators. listManagedInstanceGroupsRecordIterator(ListManagedInstanceGroupsRequest request)
Creates a new iterable which will iterate over theManagedInstanceGroupSummary
objects contained in responses from the listManagedInstanceGroups operation. -
Uses of ManagedInstanceGroupSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ManagedInstanceGroupSummary Modifier and Type Method Description ManagedInstanceGroupSummary
ManagedInstanceGroupSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ManagedInstanceGroupSummary Modifier and Type Method Description List<ManagedInstanceGroupSummary>
ManagedInstanceGroupCollection. getItems()
List of managed instance groups.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ManagedInstanceGroupSummary Modifier and Type Method Description ManagedInstanceGroupSummary.Builder
ManagedInstanceGroupSummary.Builder. copy(ManagedInstanceGroupSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagedInstanceGroupSummary Modifier and Type Method Description ManagedInstanceGroupCollection.Builder
ManagedInstanceGroupCollection.Builder. items(List<ManagedInstanceGroupSummary> items)
List of managed instance groups.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagedInstanceGroupSummary Constructor Description ManagedInstanceGroupCollection(List<ManagedInstanceGroupSummary> items)
Deprecated.
-