Uses of Class
com.oracle.bmc.databasemigration.requests.ChangeMigrationCompartmentRequest
-
Packages that use ChangeMigrationCompartmentRequest Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.requests -
-
Uses of ChangeMigrationCompartmentRequest in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration with parameters of type ChangeMigrationCompartmentRequest Modifier and Type Method Description ChangeMigrationCompartmentResponse
DatabaseMigration. changeMigrationCompartment(ChangeMigrationCompartmentRequest request)
Used to change the Migration compartment.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)
ChangeMigrationCompartmentResponse
DatabaseMigrationClient. changeMigrationCompartment(ChangeMigrationCompartmentRequest request)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type ChangeMigrationCompartmentRequest 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 ChangeMigrationCompartmentRequest in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return ChangeMigrationCompartmentRequest Modifier and Type Method Description ChangeMigrationCompartmentRequest
ChangeMigrationCompartmentRequest.Builder. build()
Build the instance of ChangeMigrationCompartmentRequest as configured by this builderChangeMigrationCompartmentRequest
ChangeMigrationCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeMigrationCompartmentRequest as configured by this builderMethods in com.oracle.bmc.databasemigration.requests with parameters of type ChangeMigrationCompartmentRequest Modifier and Type Method Description ChangeMigrationCompartmentRequest.Builder
ChangeMigrationCompartmentRequest.Builder. copy(ChangeMigrationCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-