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