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