Uses of Class
com.oracle.bmc.cloudmigrations.requests.ExportMigrationPlanRequest
- 
Packages that use ExportMigrationPlanRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests 
- 
- 
Uses of ExportMigrationPlanRequest in com.oracle.bmc.cloudmigrationsMethods in com.oracle.bmc.cloudmigrations with parameters of type ExportMigrationPlanRequest Modifier and Type Method Description ExportMigrationPlanResponseMigration. exportMigrationPlan(ExportMigrationPlanRequest request)Exports the migration plan to a csv file.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)ExportMigrationPlanResponseMigrationClient. exportMigrationPlan(ExportMigrationPlanRequest request)Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type ExportMigrationPlanRequest 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 ExportMigrationPlanRequest in com.oracle.bmc.cloudmigrations.requestsMethods in com.oracle.bmc.cloudmigrations.requests that return ExportMigrationPlanRequest Modifier and Type Method Description ExportMigrationPlanRequestExportMigrationPlanRequest.Builder. build()Build the instance of ExportMigrationPlanRequest as configured by this builderExportMigrationPlanRequestExportMigrationPlanRequest.Builder. buildWithoutInvocationCallback()Build the instance of ExportMigrationPlanRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type ExportMigrationPlanRequest Modifier and Type Method Description ExportMigrationPlanRequest.BuilderExportMigrationPlanRequest.Builder. copy(ExportMigrationPlanRequest o)Copy method to populate the builder with values from the given instance.
 
-