Uses of Class
com.oracle.bmc.cloudmigrations.responses.ListMigrationPlansResponse
-
Packages that use ListMigrationPlansResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of ListMigrationPlansResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return ListMigrationPlansResponse Modifier and Type Method Description ListMigrationPlansResponse
Migration. listMigrationPlans(ListMigrationPlansRequest request)
Returns a list of migration plans.ListMigrationPlansResponse
MigrationClient. listMigrationPlans(ListMigrationPlansRequest request)
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type ListMigrationPlansResponse 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)
Iterable<ListMigrationPlansResponse>
MigrationPaginators. listMigrationPlansResponseIterator(ListMigrationPlansRequest request)
Creates a new iterable which will iterate over the responses received from the listMigrationPlans operation.Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type ListMigrationPlansResponse 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 ListMigrationPlansResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return ListMigrationPlansResponse Modifier and Type Method Description ListMigrationPlansResponse
ListMigrationPlansResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type ListMigrationPlansResponse Modifier and Type Method Description ListMigrationPlansResponse.Builder
ListMigrationPlansResponse.Builder. copy(ListMigrationPlansResponse o)
Copy method to populate the builder with values from the given instance.
-