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.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return ChangeDashboardGroupResponse Modifier and Type Method Description ChangeDashboardGroupResponse
Dashboard. changeDashboardGroup(ChangeDashboardGroupRequest request)
Moves a Dashboard resource from one dashboardGroup identifier to another.ChangeDashboardGroupResponse
DashboardClient. 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.responses
Methods in com.oracle.bmc.dashboardservice.responses that return ChangeDashboardGroupResponse Modifier and Type Method Description ChangeDashboardGroupResponse
ChangeDashboardGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type ChangeDashboardGroupResponse Modifier and Type Method Description ChangeDashboardGroupResponse.Builder
ChangeDashboardGroupResponse.Builder. copy(ChangeDashboardGroupResponse o)
Copy method to populate the builder with values from the given instance.
-