Package | Description |
---|---|
com.oracle.bmc.databasemigration | |
com.oracle.bmc.databasemigration.requests |
Modifier and Type | Method and Description |
---|---|
ListMigrationsResponse |
DatabaseMigrationClient.listMigrations(ListMigrationsRequest request) |
ListMigrationsResponse |
DatabaseMigration.listMigrations(ListMigrationsRequest request)
List all Migrations.
|
Future<ListMigrationsResponse> |
DatabaseMigrationAsync.listMigrations(ListMigrationsRequest request,
AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler)
List all Migrations.
|
Future<ListMigrationsResponse> |
DatabaseMigrationAsyncClient.listMigrations(ListMigrationsRequest request,
AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler) |
Iterable<MigrationSummary> |
DatabaseMigrationPaginators.listMigrationsRecordIterator(ListMigrationsRequest request)
Creates a new iterable which will iterate over the
MigrationSummary objects contained in responses from
the listMigrations operation. |
Iterable<ListMigrationsResponse> |
DatabaseMigrationPaginators.listMigrationsResponseIterator(ListMigrationsRequest request)
Creates a new iterable which will iterate over the responses received from the listMigrations
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListMigrationsResponse> |
DatabaseMigrationAsync.listMigrations(ListMigrationsRequest request,
AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler)
List all Migrations.
|
Future<ListMigrationsResponse> |
DatabaseMigrationAsyncClient.listMigrations(ListMigrationsRequest request,
AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListMigrationsRequest |
ListMigrationsRequest.Builder.build()
Build the instance of ListMigrationsRequest as configured by this builder
|
ListMigrationsRequest |
ListMigrationsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListMigrationsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListMigrationsRequest.Builder |
ListMigrationsRequest.Builder.copy(ListMigrationsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.