Uses of Class
com.oracle.bmc.databasemigration.responses.ChangeMigrationCompartmentResponse
-
Packages that use ChangeMigrationCompartmentResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of ChangeMigrationCompartmentResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return ChangeMigrationCompartmentResponse Modifier and Type Method Description ChangeMigrationCompartmentResponse
DatabaseMigration. changeMigrationCompartment(ChangeMigrationCompartmentRequest request)
Used to change the Migration compartment.ChangeMigrationCompartmentResponse
DatabaseMigrationClient. changeMigrationCompartment(ChangeMigrationCompartmentRequest request)
Methods in com.oracle.bmc.databasemigration that return types with arguments of type ChangeMigrationCompartmentResponse Modifier and Type Method Description Future<ChangeMigrationCompartmentResponse>
DatabaseMigrationAsync. changeMigrationCompartment(ChangeMigrationCompartmentRequest request, AsyncHandler<ChangeMigrationCompartmentRequest,ChangeMigrationCompartmentResponse> handler)
Used to change the Migration compartment.Future<ChangeMigrationCompartmentResponse>
DatabaseMigrationAsyncClient. changeMigrationCompartment(ChangeMigrationCompartmentRequest request, AsyncHandler<ChangeMigrationCompartmentRequest,ChangeMigrationCompartmentResponse> handler)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type ChangeMigrationCompartmentResponse Modifier and Type Method Description Future<ChangeMigrationCompartmentResponse>
DatabaseMigrationAsync. changeMigrationCompartment(ChangeMigrationCompartmentRequest request, AsyncHandler<ChangeMigrationCompartmentRequest,ChangeMigrationCompartmentResponse> handler)
Used to change the Migration compartment.Future<ChangeMigrationCompartmentResponse>
DatabaseMigrationAsyncClient. changeMigrationCompartment(ChangeMigrationCompartmentRequest request, AsyncHandler<ChangeMigrationCompartmentRequest,ChangeMigrationCompartmentResponse> handler)
-
Uses of ChangeMigrationCompartmentResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return ChangeMigrationCompartmentResponse Modifier and Type Method Description ChangeMigrationCompartmentResponse
ChangeMigrationCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type ChangeMigrationCompartmentResponse Modifier and Type Method Description ChangeMigrationCompartmentResponse.Builder
ChangeMigrationCompartmentResponse.Builder. copy(ChangeMigrationCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-