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