Uses of Class
com.oracle.bmc.databasemanagement.requests.ChangeManagedDatabaseGroupCompartmentRequest
-
Packages that use ChangeManagedDatabaseGroupCompartmentRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ChangeManagedDatabaseGroupCompartmentRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ChangeManagedDatabaseGroupCompartmentRequest 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 ChangeManagedDatabaseGroupCompartmentRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ChangeManagedDatabaseGroupCompartmentRequest Modifier and Type Method Description ChangeManagedDatabaseGroupCompartmentRequest
ChangeManagedDatabaseGroupCompartmentRequest.Builder. build()
Build the instance of ChangeManagedDatabaseGroupCompartmentRequest as configured by this builderChangeManagedDatabaseGroupCompartmentRequest
ChangeManagedDatabaseGroupCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeManagedDatabaseGroupCompartmentRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ChangeManagedDatabaseGroupCompartmentRequest Modifier and Type Method Description ChangeManagedDatabaseGroupCompartmentRequest.Builder
ChangeManagedDatabaseGroupCompartmentRequest.Builder. copy(ChangeManagedDatabaseGroupCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-