Uses of Class
com.oracle.bmc.databasemigration.responses.RunDataVerificationResponse
-
Packages that use RunDataVerificationResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of RunDataVerificationResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return RunDataVerificationResponse Modifier and Type Method Description RunDataVerificationResponseDatabaseMigration. runDataVerification(RunDataVerificationRequest request)Runs Data Verification for a migration and returns the updated Data Verification summary.RunDataVerificationResponseDatabaseMigrationClient. runDataVerification(RunDataVerificationRequest request)Methods in com.oracle.bmc.databasemigration that return types with arguments of type RunDataVerificationResponse Modifier and Type Method Description Future<RunDataVerificationResponse>DatabaseMigrationAsync. runDataVerification(RunDataVerificationRequest request, AsyncHandler<RunDataVerificationRequest,RunDataVerificationResponse> handler)Runs Data Verification for a migration and returns the updated Data Verification summary.Future<RunDataVerificationResponse>DatabaseMigrationAsyncClient. runDataVerification(RunDataVerificationRequest request, AsyncHandler<RunDataVerificationRequest,RunDataVerificationResponse> handler)Method parameters in com.oracle.bmc.databasemigration with type arguments of type RunDataVerificationResponse Modifier and Type Method Description Future<RunDataVerificationResponse>DatabaseMigrationAsync. runDataVerification(RunDataVerificationRequest request, AsyncHandler<RunDataVerificationRequest,RunDataVerificationResponse> handler)Runs Data Verification for a migration and returns the updated Data Verification summary.Future<RunDataVerificationResponse>DatabaseMigrationAsyncClient. runDataVerification(RunDataVerificationRequest request, AsyncHandler<RunDataVerificationRequest,RunDataVerificationResponse> handler) -
Uses of RunDataVerificationResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return RunDataVerificationResponse Modifier and Type Method Description RunDataVerificationResponseRunDataVerificationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type RunDataVerificationResponse Modifier and Type Method Description RunDataVerificationResponse.BuilderRunDataVerificationResponse.Builder. copy(RunDataVerificationResponse o)Copy method to populate the builder with values from the given instance.
-