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