Uses of Class
com.oracle.bmc.dashboardservice.responses.ChangeDashboardGroupCompartmentResponse
-
Packages that use ChangeDashboardGroupCompartmentResponse Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.responses -
-
Uses of ChangeDashboardGroupCompartmentResponse in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return ChangeDashboardGroupCompartmentResponse Modifier and Type Method Description ChangeDashboardGroupCompartmentResponse
DashboardGroup. changeDashboardGroupCompartment(ChangeDashboardGroupCompartmentRequest request)
Moves a DashboardGroup resource from one compartment identifier to another.ChangeDashboardGroupCompartmentResponse
DashboardGroupClient. changeDashboardGroupCompartment(ChangeDashboardGroupCompartmentRequest request)
Methods in com.oracle.bmc.dashboardservice that return types with arguments of type ChangeDashboardGroupCompartmentResponse 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)
Method parameters in com.oracle.bmc.dashboardservice with type arguments of type ChangeDashboardGroupCompartmentResponse 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 ChangeDashboardGroupCompartmentResponse in com.oracle.bmc.dashboardservice.responses
Methods in com.oracle.bmc.dashboardservice.responses that return ChangeDashboardGroupCompartmentResponse Modifier and Type Method Description ChangeDashboardGroupCompartmentResponse
ChangeDashboardGroupCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type ChangeDashboardGroupCompartmentResponse Modifier and Type Method Description ChangeDashboardGroupCompartmentResponse.Builder
ChangeDashboardGroupCompartmentResponse.Builder. copy(ChangeDashboardGroupCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-