Uses of Class
com.oracle.bmc.osmanagement.model.ManagedInstanceGroupSummary
-
Packages that use ManagedInstanceGroupSummary Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.responses -
-
Uses of ManagedInstanceGroupSummary in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return types with arguments of type ManagedInstanceGroupSummary Modifier and Type Method Description Iterable<ManagedInstanceGroupSummary>
OsManagementPaginators. 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.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return ManagedInstanceGroupSummary Modifier and Type Method Description ManagedInstanceGroupSummary
ManagedInstanceGroupSummary.Builder. build()
Methods in com.oracle.bmc.osmanagement.model with parameters of type ManagedInstanceGroupSummary Modifier and Type Method Description ManagedInstanceGroupSummary.Builder
ManagedInstanceGroupSummary.Builder. copy(ManagedInstanceGroupSummary model)
-
Uses of ManagedInstanceGroupSummary in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return types with arguments of type ManagedInstanceGroupSummary Modifier and Type Method Description List<ManagedInstanceGroupSummary>
ListManagedInstanceGroupsResponse. getItems()
A list of com.oracle.bmc.osmanagement.model.ManagedInstanceGroupSummary instances.Method parameters in com.oracle.bmc.osmanagement.responses with type arguments of type ManagedInstanceGroupSummary Modifier and Type Method Description ListManagedInstanceGroupsResponse.Builder
ListManagedInstanceGroupsResponse.Builder. items(List<ManagedInstanceGroupSummary> items)
A list of com.oracle.bmc.osmanagement.model.ManagedInstanceGroupSummary instances.
-