Uses of Class
com.oracle.bmc.dashboardservice.responses.UpdateDashboardGroupResponse
-
Packages that use UpdateDashboardGroupResponse Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.responses -
-
Uses of UpdateDashboardGroupResponse in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return UpdateDashboardGroupResponse Modifier and Type Method Description UpdateDashboardGroupResponse
DashboardGroup. updateDashboardGroup(UpdateDashboardGroupRequest request)
Updates the specified dashboard group.UpdateDashboardGroupResponse
DashboardGroupClient. updateDashboardGroup(UpdateDashboardGroupRequest request)
Methods in com.oracle.bmc.dashboardservice that return types with arguments of type UpdateDashboardGroupResponse Modifier and Type Method Description Future<UpdateDashboardGroupResponse>
DashboardGroupAsync. updateDashboardGroup(UpdateDashboardGroupRequest request, AsyncHandler<UpdateDashboardGroupRequest,UpdateDashboardGroupResponse> handler)
Updates the specified dashboard group.Future<UpdateDashboardGroupResponse>
DashboardGroupAsyncClient. updateDashboardGroup(UpdateDashboardGroupRequest request, AsyncHandler<UpdateDashboardGroupRequest,UpdateDashboardGroupResponse> handler)
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type UpdateDashboardGroupResponse Modifier and Type Method Description Future<UpdateDashboardGroupResponse>
DashboardGroupAsync. updateDashboardGroup(UpdateDashboardGroupRequest request, AsyncHandler<UpdateDashboardGroupRequest,UpdateDashboardGroupResponse> handler)
Updates the specified dashboard group.Future<UpdateDashboardGroupResponse>
DashboardGroupAsyncClient. updateDashboardGroup(UpdateDashboardGroupRequest request, AsyncHandler<UpdateDashboardGroupRequest,UpdateDashboardGroupResponse> handler)
-
Uses of UpdateDashboardGroupResponse in com.oracle.bmc.dashboardservice.responses
Methods in com.oracle.bmc.dashboardservice.responses that return UpdateDashboardGroupResponse Modifier and Type Method Description UpdateDashboardGroupResponse
UpdateDashboardGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type UpdateDashboardGroupResponse Modifier and Type Method Description UpdateDashboardGroupResponse.Builder
UpdateDashboardGroupResponse.Builder. copy(UpdateDashboardGroupResponse o)
Copy method to populate the builder with values from the given instance.
-