Uses of Class
com.oracle.bmc.analytics.model.InstanceResourceGroupSummary
-
Packages that use InstanceResourceGroupSummary Package Description com.oracle.bmc.analytics com.oracle.bmc.analytics.model com.oracle.bmc.analytics.responses -
-
Uses of InstanceResourceGroupSummary in com.oracle.bmc.analytics
Methods in com.oracle.bmc.analytics that return types with arguments of type InstanceResourceGroupSummary Modifier and Type Method Description Iterable<InstanceResourceGroupSummary>AnalyticsPaginators. listResourceGroupsRecordIterator(ListResourceGroupsRequest request)Creates a new iterable which will iterate over theInstanceResourceGroupSummaryobjects contained in responses from the listResourceGroups operation. -
Uses of InstanceResourceGroupSummary in com.oracle.bmc.analytics.model
Methods in com.oracle.bmc.analytics.model that return InstanceResourceGroupSummary Modifier and Type Method Description InstanceResourceGroupSummaryInstanceResourceGroupSummary.Builder. build()Methods in com.oracle.bmc.analytics.model with parameters of type InstanceResourceGroupSummary Modifier and Type Method Description InstanceResourceGroupSummary.BuilderInstanceResourceGroupSummary.Builder. copy(InstanceResourceGroupSummary model) -
Uses of InstanceResourceGroupSummary in com.oracle.bmc.analytics.responses
Methods in com.oracle.bmc.analytics.responses that return types with arguments of type InstanceResourceGroupSummary Modifier and Type Method Description List<InstanceResourceGroupSummary>ListResourceGroupsResponse. getItems()A list of com.oracle.bmc.analytics.model.InstanceResourceGroupSummary instances.Method parameters in com.oracle.bmc.analytics.responses with type arguments of type InstanceResourceGroupSummary Modifier and Type Method Description ListResourceGroupsResponse.BuilderListResourceGroupsResponse.Builder. items(List<InstanceResourceGroupSummary> items)A list of com.oracle.bmc.analytics.model.InstanceResourceGroupSummary instances.
-