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.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type ExportMigrationPlanRequest Modifier and Type Method Description ExportMigrationPlanResponse
Migration. 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)
ExportMigrationPlanResponse
MigrationClient. 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.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return ExportMigrationPlanRequest Modifier and Type Method Description ExportMigrationPlanRequest
ExportMigrationPlanRequest.Builder. build()
Build the instance of ExportMigrationPlanRequest as configured by this builderExportMigrationPlanRequest
ExportMigrationPlanRequest.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.Builder
ExportMigrationPlanRequest.Builder. copy(ExportMigrationPlanRequest o)
Copy method to populate the builder with values from the given instance.
-