Uses of Class
com.oracle.bmc.databasemigration.responses.ChangeConnectionCompartmentResponse
- 
Packages that use ChangeConnectionCompartmentResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses 
- 
- 
Uses of ChangeConnectionCompartmentResponse in com.oracle.bmc.databasemigrationMethods in com.oracle.bmc.databasemigration that return ChangeConnectionCompartmentResponse Modifier and Type Method Description ChangeConnectionCompartmentResponseDatabaseMigration. changeConnectionCompartment(ChangeConnectionCompartmentRequest request)Used to change the Database Connection compartment.ChangeConnectionCompartmentResponseDatabaseMigrationClient. changeConnectionCompartment(ChangeConnectionCompartmentRequest request)Methods in com.oracle.bmc.databasemigration that return types with arguments of type ChangeConnectionCompartmentResponse Modifier and Type Method Description Future<ChangeConnectionCompartmentResponse>DatabaseMigrationAsync. changeConnectionCompartment(ChangeConnectionCompartmentRequest request, AsyncHandler<ChangeConnectionCompartmentRequest,ChangeConnectionCompartmentResponse> handler)Used to change the Database Connection compartment.Future<ChangeConnectionCompartmentResponse>DatabaseMigrationAsyncClient. changeConnectionCompartment(ChangeConnectionCompartmentRequest request, AsyncHandler<ChangeConnectionCompartmentRequest,ChangeConnectionCompartmentResponse> handler)Method parameters in com.oracle.bmc.databasemigration with type arguments of type ChangeConnectionCompartmentResponse Modifier and Type Method Description Future<ChangeConnectionCompartmentResponse>DatabaseMigrationAsync. changeConnectionCompartment(ChangeConnectionCompartmentRequest request, AsyncHandler<ChangeConnectionCompartmentRequest,ChangeConnectionCompartmentResponse> handler)Used to change the Database Connection compartment.Future<ChangeConnectionCompartmentResponse>DatabaseMigrationAsyncClient. changeConnectionCompartment(ChangeConnectionCompartmentRequest request, AsyncHandler<ChangeConnectionCompartmentRequest,ChangeConnectionCompartmentResponse> handler)
- 
Uses of ChangeConnectionCompartmentResponse in com.oracle.bmc.databasemigration.responsesMethods in com.oracle.bmc.databasemigration.responses that return ChangeConnectionCompartmentResponse Modifier and Type Method Description ChangeConnectionCompartmentResponseChangeConnectionCompartmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type ChangeConnectionCompartmentResponse Modifier and Type Method Description ChangeConnectionCompartmentResponse.BuilderChangeConnectionCompartmentResponse.Builder. copy(ChangeConnectionCompartmentResponse o)Copy method to populate the builder with values from the given instance.
 
-