Uses of Class
com.oracle.bmc.databasemigration.responses.ListMigrationsResponse
-
Packages that use ListMigrationsResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of ListMigrationsResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return ListMigrationsResponse Modifier and Type Method Description ListMigrationsResponseDatabaseMigration. listMigrations(ListMigrationsRequest request)List all Migrations.ListMigrationsResponseDatabaseMigrationClient. listMigrations(ListMigrationsRequest request)Methods in com.oracle.bmc.databasemigration that return types with arguments of type ListMigrationsResponse Modifier and Type Method Description Future<ListMigrationsResponse>DatabaseMigrationAsync. listMigrations(ListMigrationsRequest request, AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler)List all Migrations.Future<ListMigrationsResponse>DatabaseMigrationAsyncClient. listMigrations(ListMigrationsRequest request, AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler)Iterable<ListMigrationsResponse>DatabaseMigrationPaginators. listMigrationsResponseIterator(ListMigrationsRequest request)Creates a new iterable which will iterate over the responses received from the listMigrations operation.Method parameters in com.oracle.bmc.databasemigration with type arguments of type ListMigrationsResponse Modifier and Type Method Description Future<ListMigrationsResponse>DatabaseMigrationAsync. listMigrations(ListMigrationsRequest request, AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler)List all Migrations.Future<ListMigrationsResponse>DatabaseMigrationAsyncClient. listMigrations(ListMigrationsRequest request, AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler) -
Uses of ListMigrationsResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return ListMigrationsResponse Modifier and Type Method Description ListMigrationsResponseListMigrationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type ListMigrationsResponse Modifier and Type Method Description ListMigrationsResponse.BuilderListMigrationsResponse.Builder. copy(ListMigrationsResponse o)Copy method to populate the builder with values from the given instance.
-