Uses of Class
com.oracle.bmc.managementdashboard.model.ManagementDashboardImportDetails
-
Packages that use ManagementDashboardImportDetails Package Description com.oracle.bmc.managementdashboard.model com.oracle.bmc.managementdashboard.requests -
-
Uses of ManagementDashboardImportDetails in com.oracle.bmc.managementdashboard.model
Methods in com.oracle.bmc.managementdashboard.model that return ManagementDashboardImportDetails Modifier and Type Method Description ManagementDashboardImportDetails
ManagementDashboardImportDetails.Builder. build()
Methods in com.oracle.bmc.managementdashboard.model with parameters of type ManagementDashboardImportDetails Modifier and Type Method Description ManagementDashboardImportDetails.Builder
ManagementDashboardImportDetails.Builder. copy(ManagementDashboardImportDetails model)
-
Uses of ManagementDashboardImportDetails in com.oracle.bmc.managementdashboard.requests
Methods in com.oracle.bmc.managementdashboard.requests that return ManagementDashboardImportDetails Modifier and Type Method Description ManagementDashboardImportDetails
ImportDashboardRequest. getBody$()
Alternative accessor for the body parameter.ManagementDashboardImportDetails
ImportDashboardRequest. getManagementDashboardImportDetails()
JSON metadata for importing dashboards and their saved searches.Methods in com.oracle.bmc.managementdashboard.requests with parameters of type ManagementDashboardImportDetails Modifier and Type Method Description ImportDashboardRequest.Builder
ImportDashboardRequest.Builder. body$(ManagementDashboardImportDetails body)
Alternative setter for the body parameter.ImportDashboardRequest.Builder
ImportDashboardRequest.Builder. managementDashboardImportDetails(ManagementDashboardImportDetails managementDashboardImportDetails)
JSON metadata for importing dashboards and their saved searches.
-