Uses of Class
com.oracle.bmc.dashboardservice.requests.ChangeDashboardGroupCompartmentRequest
-
Packages that use ChangeDashboardGroupCompartmentRequest Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.requests -
-
Uses of ChangeDashboardGroupCompartmentRequest in com.oracle.bmc.dashboardservice
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type ChangeDashboardGroupCompartmentRequest Modifier and Type Method Description Future<ChangeDashboardGroupCompartmentResponse>
DashboardGroupAsync. changeDashboardGroupCompartment(ChangeDashboardGroupCompartmentRequest request, AsyncHandler<ChangeDashboardGroupCompartmentRequest,ChangeDashboardGroupCompartmentResponse> handler)
Moves a DashboardGroup resource from one compartment identifier to another.Future<ChangeDashboardGroupCompartmentResponse>
DashboardGroupAsyncClient. changeDashboardGroupCompartment(ChangeDashboardGroupCompartmentRequest request, AsyncHandler<ChangeDashboardGroupCompartmentRequest,ChangeDashboardGroupCompartmentResponse> handler)
-
Uses of ChangeDashboardGroupCompartmentRequest in com.oracle.bmc.dashboardservice.requests
Methods in com.oracle.bmc.dashboardservice.requests that return ChangeDashboardGroupCompartmentRequest Modifier and Type Method Description ChangeDashboardGroupCompartmentRequest
ChangeDashboardGroupCompartmentRequest.Builder. build()
Build the instance of ChangeDashboardGroupCompartmentRequest as configured by this builderChangeDashboardGroupCompartmentRequest
ChangeDashboardGroupCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeDashboardGroupCompartmentRequest as configured by this builderMethods in com.oracle.bmc.dashboardservice.requests with parameters of type ChangeDashboardGroupCompartmentRequest Modifier and Type Method Description ChangeDashboardGroupCompartmentRequest.Builder
ChangeDashboardGroupCompartmentRequest.Builder. copy(ChangeDashboardGroupCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-