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