Package | Description |
---|---|
com.oracle.bmc.applicationmigration | |
com.oracle.bmc.applicationmigration.requests |
Modifier and Type | Method and Description |
---|---|
ListMigrationsResponse |
ApplicationMigrationClient.listMigrations(ListMigrationsRequest request) |
ListMigrationsResponse |
ApplicationMigration.listMigrations(ListMigrationsRequest request)
Retrieves details of all the migrations that are available in the specified compartment.
|
Future<ListMigrationsResponse> |
ApplicationMigrationAsyncClient.listMigrations(ListMigrationsRequest request,
AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler) |
Future<ListMigrationsResponse> |
ApplicationMigrationAsync.listMigrations(ListMigrationsRequest request,
AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler)
Retrieves details of all the migrations that are available in the specified compartment.
|
Iterable<MigrationSummary> |
ApplicationMigrationPaginators.listMigrationsRecordIterator(ListMigrationsRequest request)
Creates a new iterable which will iterate over the
MigrationSummary objects contained in responses
from the listMigrations operation. |
Iterable<ListMigrationsResponse> |
ApplicationMigrationPaginators.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> |
ApplicationMigrationAsyncClient.listMigrations(ListMigrationsRequest request,
AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler) |
Future<ListMigrationsResponse> |
ApplicationMigrationAsync.listMigrations(ListMigrationsRequest request,
AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler)
Retrieves details of all the migrations that are available in the specified compartment.
|
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–2023. All rights reserved.