Uses of Class
com.oracle.bmc.cloudmigrations.requests.DeleteMigrationPlanRequest
- 
Packages that use DeleteMigrationPlanRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests 
- 
- 
Uses of DeleteMigrationPlanRequest in com.oracle.bmc.cloudmigrationsMethods in com.oracle.bmc.cloudmigrations with parameters of type DeleteMigrationPlanRequest Modifier and Type Method Description DeleteMigrationPlanResponseMigration. deleteMigrationPlan(DeleteMigrationPlanRequest request)Deletes a migration plan resource by an identifier.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)DeleteMigrationPlanResponseMigrationClient. deleteMigrationPlan(DeleteMigrationPlanRequest request)Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type DeleteMigrationPlanRequest 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 DeleteMigrationPlanRequest in com.oracle.bmc.cloudmigrations.requestsMethods in com.oracle.bmc.cloudmigrations.requests that return DeleteMigrationPlanRequest Modifier and Type Method Description DeleteMigrationPlanRequestDeleteMigrationPlanRequest.Builder. build()Build the instance of DeleteMigrationPlanRequest as configured by this builderDeleteMigrationPlanRequestDeleteMigrationPlanRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteMigrationPlanRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type DeleteMigrationPlanRequest Modifier and Type Method Description DeleteMigrationPlanRequest.BuilderDeleteMigrationPlanRequest.Builder. copy(DeleteMigrationPlanRequest o)Copy method to populate the builder with values from the given instance.
 
-