Uses of Class
com.oracle.bmc.cloudmigrations.requests.ListMigrationPlansRequest
-
Packages that use ListMigrationPlansRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of ListMigrationPlansRequest in com.oracle.bmc.cloudmigrations
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type ListMigrationPlansRequest Modifier and Type Method Description Future<ListMigrationPlansResponse>
MigrationAsync. listMigrationPlans(ListMigrationPlansRequest request, AsyncHandler<ListMigrationPlansRequest,ListMigrationPlansResponse> handler)
Returns a list of migration plans.Future<ListMigrationPlansResponse>
MigrationAsyncClient. listMigrationPlans(ListMigrationPlansRequest request, AsyncHandler<ListMigrationPlansRequest,ListMigrationPlansResponse> handler)
-
Uses of ListMigrationPlansRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return ListMigrationPlansRequest Modifier and Type Method Description ListMigrationPlansRequest
ListMigrationPlansRequest.Builder. build()
Build the instance of ListMigrationPlansRequest as configured by this builderListMigrationPlansRequest
ListMigrationPlansRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListMigrationPlansRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type ListMigrationPlansRequest Modifier and Type Method Description ListMigrationPlansRequest.Builder
ListMigrationPlansRequest.Builder. copy(ListMigrationPlansRequest o)
Copy method to populate the builder with values from the given instance.
-