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