Uses of Class
com.oracle.bmc.managementdashboard.model.UpdateManagementDashboardDetails
-
Packages that use UpdateManagementDashboardDetails Package Description com.oracle.bmc.managementdashboard.model com.oracle.bmc.managementdashboard.requests -
-
Uses of UpdateManagementDashboardDetails in com.oracle.bmc.managementdashboard.model
Methods in com.oracle.bmc.managementdashboard.model that return UpdateManagementDashboardDetails Modifier and Type Method Description UpdateManagementDashboardDetails
UpdateManagementDashboardDetails.Builder. build()
Methods in com.oracle.bmc.managementdashboard.model with parameters of type UpdateManagementDashboardDetails Modifier and Type Method Description UpdateManagementDashboardDetails.Builder
UpdateManagementDashboardDetails.Builder. copy(UpdateManagementDashboardDetails model)
-
Uses of UpdateManagementDashboardDetails in com.oracle.bmc.managementdashboard.requests
Methods in com.oracle.bmc.managementdashboard.requests that return UpdateManagementDashboardDetails Modifier and Type Method Description UpdateManagementDashboardDetails
UpdateManagementDashboardRequest. getBody$()
Alternative accessor for the body parameter.UpdateManagementDashboardDetails
UpdateManagementDashboardRequest. getUpdateManagementDashboardDetails()
JSON metadata for changed dashboard properties.Methods in com.oracle.bmc.managementdashboard.requests with parameters of type UpdateManagementDashboardDetails Modifier and Type Method Description UpdateManagementDashboardRequest.Builder
UpdateManagementDashboardRequest.Builder. body$(UpdateManagementDashboardDetails body)
Alternative setter for the body parameter.UpdateManagementDashboardRequest.Builder
UpdateManagementDashboardRequest.Builder. updateManagementDashboardDetails(UpdateManagementDashboardDetails updateManagementDashboardDetails)
JSON metadata for changed dashboard properties.
-