Uses of Class
com.oracle.bmc.cloudmigrations.requests.ListMigrationsRequest
-
Packages that use ListMigrationsRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of ListMigrationsRequest in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type ListMigrationsRequest Modifier and Type Method Description ListMigrationsResponse
Migration. listMigrations(ListMigrationsRequest request)
Returns a list of migrations.Future<ListMigrationsResponse>
MigrationAsync. listMigrations(ListMigrationsRequest request, AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler)
Returns a list of migrations.Future<ListMigrationsResponse>
MigrationAsyncClient. listMigrations(ListMigrationsRequest request, AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler)
ListMigrationsResponse
MigrationClient. listMigrations(ListMigrationsRequest request)
Iterable<MigrationSummary>
MigrationPaginators. listMigrationsRecordIterator(ListMigrationsRequest request)
Creates a new iterable which will iterate over theMigrationSummary
objects contained in responses from the listMigrations operation.Iterable<ListMigrationsResponse>
MigrationPaginators. listMigrationsResponseIterator(ListMigrationsRequest request)
Creates a new iterable which will iterate over the responses received from the listMigrations operation.Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type ListMigrationsRequest Modifier and Type Method Description Future<ListMigrationsResponse>
MigrationAsync. listMigrations(ListMigrationsRequest request, AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler)
Returns a list of migrations.Future<ListMigrationsResponse>
MigrationAsyncClient. listMigrations(ListMigrationsRequest request, AsyncHandler<ListMigrationsRequest,ListMigrationsResponse> handler)
-
Uses of ListMigrationsRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return ListMigrationsRequest Modifier and Type Method Description ListMigrationsRequest
ListMigrationsRequest.Builder. build()
Build the instance of ListMigrationsRequest as configured by this builderListMigrationsRequest
ListMigrationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListMigrationsRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type ListMigrationsRequest Modifier and Type Method Description ListMigrationsRequest.Builder
ListMigrationsRequest.Builder. copy(ListMigrationsRequest o)
Copy method to populate the builder with values from the given instance.
-