Uses of Class
com.oracle.bmc.dashboardservice.model.DashboardSummary
-
Packages that use DashboardSummary Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.model -
-
Uses of DashboardSummary in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return types with arguments of type DashboardSummary Modifier and Type Method Description Iterable<DashboardSummary>
DashboardPaginators. listDashboardsRecordIterator(ListDashboardsRequest request)
Creates a new iterable which will iterate over theDashboardSummary
objects contained in responses from the listDashboards operation. -
Uses of DashboardSummary in com.oracle.bmc.dashboardservice.model
Methods in com.oracle.bmc.dashboardservice.model that return DashboardSummary Modifier and Type Method Description DashboardSummary
DashboardSummary.Builder. build()
Methods in com.oracle.bmc.dashboardservice.model that return types with arguments of type DashboardSummary Modifier and Type Method Description List<DashboardSummary>
DashboardCollection. getItems()
A list of dashboards.Methods in com.oracle.bmc.dashboardservice.model with parameters of type DashboardSummary Modifier and Type Method Description DashboardSummary.Builder
DashboardSummary.Builder. copy(DashboardSummary model)
Method parameters in com.oracle.bmc.dashboardservice.model with type arguments of type DashboardSummary Modifier and Type Method Description DashboardCollection.Builder
DashboardCollection.Builder. items(List<DashboardSummary> items)
A list of dashboards.Constructor parameters in com.oracle.bmc.dashboardservice.model with type arguments of type DashboardSummary Constructor Description DashboardCollection(List<DashboardSummary> items)
Deprecated.
-