Uses of Class
com.oracle.bmc.cloudmigrations.requests.ExecuteMigrationPlanRequest
-
Packages that use ExecuteMigrationPlanRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of ExecuteMigrationPlanRequest in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type ExecuteMigrationPlanRequest Modifier and Type Method Description ExecuteMigrationPlanResponse
Migration. executeMigrationPlan(ExecuteMigrationPlanRequest request)
Executes the migration plan with the migration plan ID.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)
ExecuteMigrationPlanResponse
MigrationClient. executeMigrationPlan(ExecuteMigrationPlanRequest request)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type ExecuteMigrationPlanRequest 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 ExecuteMigrationPlanRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return ExecuteMigrationPlanRequest Modifier and Type Method Description ExecuteMigrationPlanRequest
ExecuteMigrationPlanRequest.Builder. build()
Build the instance of ExecuteMigrationPlanRequest as configured by this builderExecuteMigrationPlanRequest
ExecuteMigrationPlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ExecuteMigrationPlanRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type ExecuteMigrationPlanRequest Modifier and Type Method Description ExecuteMigrationPlanRequest.Builder
ExecuteMigrationPlanRequest.Builder. copy(ExecuteMigrationPlanRequest o)
Copy method to populate the builder with values from the given instance.
-