Uses of Class
com.oracle.bmc.dashboardservice.requests.UpdateDashboardRequest
-
Packages that use UpdateDashboardRequest Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.requests -
-
Uses of UpdateDashboardRequest in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice with parameters of type UpdateDashboardRequest Modifier and Type Method Description UpdateDashboardResponse
Dashboard. updateDashboard(UpdateDashboardRequest request)
Updates the specified dashboard.Future<UpdateDashboardResponse>
DashboardAsync. updateDashboard(UpdateDashboardRequest request, AsyncHandler<UpdateDashboardRequest,UpdateDashboardResponse> handler)
Updates the specified dashboard.Future<UpdateDashboardResponse>
DashboardAsyncClient. updateDashboard(UpdateDashboardRequest request, AsyncHandler<UpdateDashboardRequest,UpdateDashboardResponse> handler)
UpdateDashboardResponse
DashboardClient. updateDashboard(UpdateDashboardRequest request)
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type UpdateDashboardRequest 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 UpdateDashboardRequest in com.oracle.bmc.dashboardservice.requests
Methods in com.oracle.bmc.dashboardservice.requests that return UpdateDashboardRequest Modifier and Type Method Description UpdateDashboardRequest
UpdateDashboardRequest.Builder. build()
Build the instance of UpdateDashboardRequest as configured by this builderUpdateDashboardRequest
UpdateDashboardRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDashboardRequest as configured by this builderMethods in com.oracle.bmc.dashboardservice.requests with parameters of type UpdateDashboardRequest Modifier and Type Method Description UpdateDashboardRequest.Builder
UpdateDashboardRequest.Builder. copy(UpdateDashboardRequest o)
Copy method to populate the builder with values from the given instance.
-