Uses of Class
com.oracle.bmc.managementdashboard.model.CreateManagementDashboardDetails
-
Packages that use CreateManagementDashboardDetails Package Description com.oracle.bmc.managementdashboard.model com.oracle.bmc.managementdashboard.requests -
-
Uses of CreateManagementDashboardDetails in com.oracle.bmc.managementdashboard.model
Methods in com.oracle.bmc.managementdashboard.model that return CreateManagementDashboardDetails Modifier and Type Method Description CreateManagementDashboardDetails
CreateManagementDashboardDetails.Builder. build()
Methods in com.oracle.bmc.managementdashboard.model with parameters of type CreateManagementDashboardDetails Modifier and Type Method Description CreateManagementDashboardDetails.Builder
CreateManagementDashboardDetails.Builder. copy(CreateManagementDashboardDetails model)
-
Uses of CreateManagementDashboardDetails in com.oracle.bmc.managementdashboard.requests
Methods in com.oracle.bmc.managementdashboard.requests that return CreateManagementDashboardDetails Modifier and Type Method Description CreateManagementDashboardDetails
CreateManagementDashboardRequest. getBody$()
Alternative accessor for the body parameter.CreateManagementDashboardDetails
CreateManagementDashboardRequest. getCreateManagementDashboardDetails()
JSON metadata for creating a new dashboard.Methods in com.oracle.bmc.managementdashboard.requests with parameters of type CreateManagementDashboardDetails Modifier and Type Method Description CreateManagementDashboardRequest.Builder
CreateManagementDashboardRequest.Builder. body$(CreateManagementDashboardDetails body)
Alternative setter for the body parameter.CreateManagementDashboardRequest.Builder
CreateManagementDashboardRequest.Builder. createManagementDashboardDetails(CreateManagementDashboardDetails createManagementDashboardDetails)
JSON metadata for creating a new dashboard.
-