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