Uses of Class
com.oracle.bmc.dashboardservice.responses.ChangeDashboardGroupResponse
- 
Packages that use ChangeDashboardGroupResponse Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.responses 
- 
- 
Uses of ChangeDashboardGroupResponse in com.oracle.bmc.dashboardserviceMethods in com.oracle.bmc.dashboardservice that return ChangeDashboardGroupResponse Modifier and Type Method Description ChangeDashboardGroupResponseDashboard. changeDashboardGroup(ChangeDashboardGroupRequest request)Moves a Dashboard resource from one dashboardGroup identifier to another.ChangeDashboardGroupResponseDashboardClient. changeDashboardGroup(ChangeDashboardGroupRequest request)Methods in com.oracle.bmc.dashboardservice that return types with arguments of type ChangeDashboardGroupResponse Modifier and Type Method Description Future<ChangeDashboardGroupResponse>DashboardAsync. changeDashboardGroup(ChangeDashboardGroupRequest request, AsyncHandler<ChangeDashboardGroupRequest,ChangeDashboardGroupResponse> handler)Moves a Dashboard resource from one dashboardGroup identifier to another.Future<ChangeDashboardGroupResponse>DashboardAsyncClient. changeDashboardGroup(ChangeDashboardGroupRequest request, AsyncHandler<ChangeDashboardGroupRequest,ChangeDashboardGroupResponse> handler)Method parameters in com.oracle.bmc.dashboardservice with type arguments of type ChangeDashboardGroupResponse Modifier and Type Method Description Future<ChangeDashboardGroupResponse>DashboardAsync. changeDashboardGroup(ChangeDashboardGroupRequest request, AsyncHandler<ChangeDashboardGroupRequest,ChangeDashboardGroupResponse> handler)Moves a Dashboard resource from one dashboardGroup identifier to another.Future<ChangeDashboardGroupResponse>DashboardAsyncClient. changeDashboardGroup(ChangeDashboardGroupRequest request, AsyncHandler<ChangeDashboardGroupRequest,ChangeDashboardGroupResponse> handler)
- 
Uses of ChangeDashboardGroupResponse in com.oracle.bmc.dashboardservice.responsesMethods in com.oracle.bmc.dashboardservice.responses that return ChangeDashboardGroupResponse Modifier and Type Method Description ChangeDashboardGroupResponseChangeDashboardGroupResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type ChangeDashboardGroupResponse Modifier and Type Method Description ChangeDashboardGroupResponse.BuilderChangeDashboardGroupResponse.Builder. copy(ChangeDashboardGroupResponse o)Copy method to populate the builder with values from the given instance.
 
-