Uses of Class
com.oracle.bmc.dashboardservice.responses.UpdateDashboardResponse
-
Packages that use UpdateDashboardResponse Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.responses -
-
Uses of UpdateDashboardResponse in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return UpdateDashboardResponse Modifier and Type Method Description UpdateDashboardResponse
Dashboard. updateDashboard(UpdateDashboardRequest request)
Updates the specified dashboard.UpdateDashboardResponse
DashboardClient. updateDashboard(UpdateDashboardRequest request)
Methods in com.oracle.bmc.dashboardservice that return types with arguments of type UpdateDashboardResponse Modifier and Type Method Description Future<UpdateDashboardResponse>
DashboardAsync. updateDashboard(UpdateDashboardRequest request, AsyncHandler<UpdateDashboardRequest,UpdateDashboardResponse> handler)
Updates the specified dashboard.Future<UpdateDashboardResponse>
DashboardAsyncClient. updateDashboard(UpdateDashboardRequest request, AsyncHandler<UpdateDashboardRequest,UpdateDashboardResponse> handler)
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type UpdateDashboardResponse Modifier and Type Method Description Future<UpdateDashboardResponse>
DashboardAsync. updateDashboard(UpdateDashboardRequest request, AsyncHandler<UpdateDashboardRequest,UpdateDashboardResponse> handler)
Updates the specified dashboard.Future<UpdateDashboardResponse>
DashboardAsyncClient. updateDashboard(UpdateDashboardRequest request, AsyncHandler<UpdateDashboardRequest,UpdateDashboardResponse> handler)
-
Uses of UpdateDashboardResponse in com.oracle.bmc.dashboardservice.responses
Methods in com.oracle.bmc.dashboardservice.responses that return UpdateDashboardResponse Modifier and Type Method Description UpdateDashboardResponse
UpdateDashboardResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type UpdateDashboardResponse Modifier and Type Method Description UpdateDashboardResponse.Builder
UpdateDashboardResponse.Builder. copy(UpdateDashboardResponse o)
Copy method to populate the builder with values from the given instance.
-