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