Uses of Class
com.oracle.bmc.cloudmigrations.responses.ExecuteMigrationPlanResponse
-
Packages that use ExecuteMigrationPlanResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of ExecuteMigrationPlanResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return ExecuteMigrationPlanResponse Modifier and Type Method Description ExecuteMigrationPlanResponse
Migration. executeMigrationPlan(ExecuteMigrationPlanRequest request)
Executes the migration plan with the migration plan ID.ExecuteMigrationPlanResponse
MigrationClient. executeMigrationPlan(ExecuteMigrationPlanRequest request)
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type ExecuteMigrationPlanResponse Modifier and Type Method Description Future<ExecuteMigrationPlanResponse>
MigrationAsync. executeMigrationPlan(ExecuteMigrationPlanRequest request, AsyncHandler<ExecuteMigrationPlanRequest,ExecuteMigrationPlanResponse> handler)
Executes the migration plan with the migration plan ID.Future<ExecuteMigrationPlanResponse>
MigrationAsyncClient. executeMigrationPlan(ExecuteMigrationPlanRequest request, AsyncHandler<ExecuteMigrationPlanRequest,ExecuteMigrationPlanResponse> handler)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type ExecuteMigrationPlanResponse Modifier and Type Method Description Future<ExecuteMigrationPlanResponse>
MigrationAsync. executeMigrationPlan(ExecuteMigrationPlanRequest request, AsyncHandler<ExecuteMigrationPlanRequest,ExecuteMigrationPlanResponse> handler)
Executes the migration plan with the migration plan ID.Future<ExecuteMigrationPlanResponse>
MigrationAsyncClient. executeMigrationPlan(ExecuteMigrationPlanRequest request, AsyncHandler<ExecuteMigrationPlanRequest,ExecuteMigrationPlanResponse> handler)
-
Uses of ExecuteMigrationPlanResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return ExecuteMigrationPlanResponse Modifier and Type Method Description ExecuteMigrationPlanResponse
ExecuteMigrationPlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type ExecuteMigrationPlanResponse Modifier and Type Method Description ExecuteMigrationPlanResponse.Builder
ExecuteMigrationPlanResponse.Builder. copy(ExecuteMigrationPlanResponse o)
Copy method to populate the builder with values from the given instance.
-