Uses of Class
com.oracle.bmc.databasemigration.responses.ListJobsResponse
-
Packages that use ListJobsResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of ListJobsResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return ListJobsResponse Modifier and Type Method Description ListJobsResponseDatabaseMigration. listJobs(ListJobsRequest request)List all the names of the Migration jobs associated to the specified migration site.ListJobsResponseDatabaseMigrationClient. listJobs(ListJobsRequest request)Methods in com.oracle.bmc.databasemigration that return types with arguments of type ListJobsResponse Modifier and Type Method Description Future<ListJobsResponse>DatabaseMigrationAsync. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)List all the names of the Migration jobs associated to the specified migration site.Future<ListJobsResponse>DatabaseMigrationAsyncClient. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)Iterable<ListJobsResponse>DatabaseMigrationPaginators. listJobsResponseIterator(ListJobsRequest request)Creates a new iterable which will iterate over the responses received from the listJobs operation.Method parameters in com.oracle.bmc.databasemigration with type arguments of type ListJobsResponse Modifier and Type Method Description Future<ListJobsResponse>DatabaseMigrationAsync. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)List all the names of the Migration jobs associated to the specified migration site.Future<ListJobsResponse>DatabaseMigrationAsyncClient. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler) -
Uses of ListJobsResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return ListJobsResponse Modifier and Type Method Description ListJobsResponseListJobsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type ListJobsResponse Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. copy(ListJobsResponse o)Copy method to populate the builder with values from the given instance.
-