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.databasemigration
Methods in com.oracle.bmc.databasemigration that return ChangeConnectionCompartmentResponse Modifier and Type Method Description ChangeConnectionCompartmentResponse
DatabaseMigration. changeConnectionCompartment(ChangeConnectionCompartmentRequest request)
Used to change the Database Connection compartment.ChangeConnectionCompartmentResponse
DatabaseMigrationClient. 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.responses
Methods in com.oracle.bmc.databasemigration.responses that return ChangeConnectionCompartmentResponse Modifier and Type Method Description ChangeConnectionCompartmentResponse
ChangeConnectionCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type ChangeConnectionCompartmentResponse Modifier and Type Method Description ChangeConnectionCompartmentResponse.Builder
ChangeConnectionCompartmentResponse.Builder. copy(ChangeConnectionCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-