Uses of Class
com.oracle.bmc.databasemanagement.responses.ChangeManagedDatabaseGroupCompartmentResponse
-
Packages that use ChangeManagedDatabaseGroupCompartmentResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ChangeManagedDatabaseGroupCompartmentResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ChangeManagedDatabaseGroupCompartmentResponse Modifier and Type Method Description ChangeManagedDatabaseGroupCompartmentResponse
DbManagement. changeManagedDatabaseGroupCompartment(ChangeManagedDatabaseGroupCompartmentRequest request)
Moves a Managed Database Group to a different compartment.ChangeManagedDatabaseGroupCompartmentResponse
DbManagementClient. changeManagedDatabaseGroupCompartment(ChangeManagedDatabaseGroupCompartmentRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ChangeManagedDatabaseGroupCompartmentResponse Modifier and Type Method Description Future<ChangeManagedDatabaseGroupCompartmentResponse>
DbManagementAsync. changeManagedDatabaseGroupCompartment(ChangeManagedDatabaseGroupCompartmentRequest request, AsyncHandler<ChangeManagedDatabaseGroupCompartmentRequest,ChangeManagedDatabaseGroupCompartmentResponse> handler)
Moves a Managed Database Group to a different compartment.Future<ChangeManagedDatabaseGroupCompartmentResponse>
DbManagementAsyncClient. changeManagedDatabaseGroupCompartment(ChangeManagedDatabaseGroupCompartmentRequest request, AsyncHandler<ChangeManagedDatabaseGroupCompartmentRequest,ChangeManagedDatabaseGroupCompartmentResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ChangeManagedDatabaseGroupCompartmentResponse Modifier and Type Method Description Future<ChangeManagedDatabaseGroupCompartmentResponse>
DbManagementAsync. changeManagedDatabaseGroupCompartment(ChangeManagedDatabaseGroupCompartmentRequest request, AsyncHandler<ChangeManagedDatabaseGroupCompartmentRequest,ChangeManagedDatabaseGroupCompartmentResponse> handler)
Moves a Managed Database Group to a different compartment.Future<ChangeManagedDatabaseGroupCompartmentResponse>
DbManagementAsyncClient. changeManagedDatabaseGroupCompartment(ChangeManagedDatabaseGroupCompartmentRequest request, AsyncHandler<ChangeManagedDatabaseGroupCompartmentRequest,ChangeManagedDatabaseGroupCompartmentResponse> handler)
-
Uses of ChangeManagedDatabaseGroupCompartmentResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ChangeManagedDatabaseGroupCompartmentResponse Modifier and Type Method Description ChangeManagedDatabaseGroupCompartmentResponse
ChangeManagedDatabaseGroupCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ChangeManagedDatabaseGroupCompartmentResponse Modifier and Type Method Description ChangeManagedDatabaseGroupCompartmentResponse.Builder
ChangeManagedDatabaseGroupCompartmentResponse.Builder. copy(ChangeManagedDatabaseGroupCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-