Uses of Class
com.oracle.bmc.dashboardservice.requests.ChangeDashboardGroupRequest
-
Packages that use ChangeDashboardGroupRequest Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.requests -
-
Uses of ChangeDashboardGroupRequest in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice with parameters of type ChangeDashboardGroupRequest Modifier and Type Method Description ChangeDashboardGroupResponse
Dashboard. changeDashboardGroup(ChangeDashboardGroupRequest request)
Moves a Dashboard resource from one dashboardGroup identifier to another.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)
ChangeDashboardGroupResponse
DashboardClient. changeDashboardGroup(ChangeDashboardGroupRequest request)
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type ChangeDashboardGroupRequest 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 ChangeDashboardGroupRequest in com.oracle.bmc.dashboardservice.requests
Methods in com.oracle.bmc.dashboardservice.requests that return ChangeDashboardGroupRequest Modifier and Type Method Description ChangeDashboardGroupRequest
ChangeDashboardGroupRequest.Builder. build()
Build the instance of ChangeDashboardGroupRequest as configured by this builderChangeDashboardGroupRequest
ChangeDashboardGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeDashboardGroupRequest as configured by this builderMethods in com.oracle.bmc.dashboardservice.requests with parameters of type ChangeDashboardGroupRequest Modifier and Type Method Description ChangeDashboardGroupRequest.Builder
ChangeDashboardGroupRequest.Builder. copy(ChangeDashboardGroupRequest o)
Copy method to populate the builder with values from the given instance.
-