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