Uses of Class
com.oracle.bmc.managementdashboard.model.ManagementDashboardSummary
-
Packages that use ManagementDashboardSummary Package Description com.oracle.bmc.managementdashboard com.oracle.bmc.managementdashboard.model -
-
Uses of ManagementDashboardSummary in com.oracle.bmc.managementdashboard
Methods in com.oracle.bmc.managementdashboard that return types with arguments of type ManagementDashboardSummary Modifier and Type Method Description Iterable<ManagementDashboardSummary>
DashxApisPaginators. listManagementDashboardsRecordIterator(ListManagementDashboardsRequest request)
Creates a new iterable which will iterate over theManagementDashboardSummary
objects contained in responses from the listManagementDashboards operation. -
Uses of ManagementDashboardSummary in com.oracle.bmc.managementdashboard.model
Methods in com.oracle.bmc.managementdashboard.model that return ManagementDashboardSummary Modifier and Type Method Description ManagementDashboardSummary
ManagementDashboardSummary.Builder. build()
Methods in com.oracle.bmc.managementdashboard.model that return types with arguments of type ManagementDashboardSummary Modifier and Type Method Description List<ManagementDashboardSummary>
ManagementDashboardCollection. getItems()
Array of dashboard summaries.Methods in com.oracle.bmc.managementdashboard.model with parameters of type ManagementDashboardSummary Modifier and Type Method Description ManagementDashboardSummary.Builder
ManagementDashboardSummary.Builder. copy(ManagementDashboardSummary model)
Method parameters in com.oracle.bmc.managementdashboard.model with type arguments of type ManagementDashboardSummary Modifier and Type Method Description ManagementDashboardCollection.Builder
ManagementDashboardCollection.Builder. items(List<ManagementDashboardSummary> items)
Array of dashboard summaries.Constructor parameters in com.oracle.bmc.managementdashboard.model with type arguments of type ManagementDashboardSummary Constructor Description ManagementDashboardCollection(List<ManagementDashboardSummary> items)
Deprecated.
-