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