Uses of Class
com.oracle.bmc.opsi.model.OperationsInsightsWarehouseUserSummary
-
Packages that use OperationsInsightsWarehouseUserSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of OperationsInsightsWarehouseUserSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type OperationsInsightsWarehouseUserSummary Modifier and Type Method Description Iterable<OperationsInsightsWarehouseUserSummary>
OperationsInsightsPaginators. listOperationsInsightsWarehouseUsersRecordIterator(ListOperationsInsightsWarehouseUsersRequest request)
Creates a new iterable which will iterate over theOperationsInsightsWarehouseUserSummary
objects contained in responses from the listOperationsInsightsWarehouseUsers operation. -
Uses of OperationsInsightsWarehouseUserSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return OperationsInsightsWarehouseUserSummary Modifier and Type Method Description OperationsInsightsWarehouseUserSummary
OperationsInsightsWarehouseUserSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type OperationsInsightsWarehouseUserSummary Modifier and Type Method Description List<OperationsInsightsWarehouseUserSummary>
OperationsInsightsWarehouseUserSummaryCollection. getItems()
Array of Operations Insights Warehouse user summary objects.Methods in com.oracle.bmc.opsi.model with parameters of type OperationsInsightsWarehouseUserSummary Modifier and Type Method Description OperationsInsightsWarehouseUserSummary.Builder
OperationsInsightsWarehouseUserSummary.Builder. copy(OperationsInsightsWarehouseUserSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type OperationsInsightsWarehouseUserSummary Modifier and Type Method Description OperationsInsightsWarehouseUserSummaryCollection.Builder
OperationsInsightsWarehouseUserSummaryCollection.Builder. items(List<OperationsInsightsWarehouseUserSummary> items)
Array of Operations Insights Warehouse user summary objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type OperationsInsightsWarehouseUserSummary Constructor Description OperationsInsightsWarehouseUserSummaryCollection(List<OperationsInsightsWarehouseUserSummary> items)
Deprecated.
-