Uses of Class
com.oracle.bmc.cloudmigrations.responses.ListMigrationsResponse
-
Packages that use ListMigrationsResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of ListMigrationsResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return ListMigrationsResponse Modifier and Type Method Description ListMigrationsResponseMigration. listMigrations(ListMigrationsRequest request)Returns a list of migrations.ListMigrationsResponseMigrationClient. listMigrations(ListMigrationsRequest request)Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type ListMigrationsResponse 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)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 ListMigrationsResponse 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 ListMigrationsResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return ListMigrationsResponse Modifier and Type Method Description ListMigrationsResponseListMigrationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudmigrations.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.
-