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.dashboardserviceMethods in com.oracle.bmc.dashboardservice that return UpdateDashboardGroupResponse Modifier and Type Method Description UpdateDashboardGroupResponseDashboardGroup. updateDashboardGroup(UpdateDashboardGroupRequest request)Updates the specified dashboard group.UpdateDashboardGroupResponseDashboardGroupClient. 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.responsesMethods in com.oracle.bmc.dashboardservice.responses that return UpdateDashboardGroupResponse Modifier and Type Method Description UpdateDashboardGroupResponseUpdateDashboardGroupResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type UpdateDashboardGroupResponse Modifier and Type Method Description UpdateDashboardGroupResponse.BuilderUpdateDashboardGroupResponse.Builder. copy(UpdateDashboardGroupResponse o)Copy method to populate the builder with values from the given instance.
 
-