Uses of Class
com.oracle.bmc.databasemigration.requests.ListJobsRequest
-
Packages that use ListJobsRequest Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.requests -
-
Uses of ListJobsRequest in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration with parameters of type ListJobsRequest Modifier and Type Method Description ListJobsResponseDatabaseMigration. listJobs(ListJobsRequest request)List all the names of the Migration jobs associated to the specified migration site.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)ListJobsResponseDatabaseMigrationClient. listJobs(ListJobsRequest request)Iterable<JobSummary>DatabaseMigrationPaginators. listJobsRecordIterator(ListJobsRequest request)Creates a new iterable which will iterate over theJobSummaryobjects contained in responses from the listJobs operation.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 ListJobsRequest 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 ListJobsRequest in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return ListJobsRequest Modifier and Type Method Description ListJobsRequestListJobsRequest.Builder. build()Build the instance of ListJobsRequest as configured by this builderListJobsRequestListJobsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListJobsRequest as configured by this builderMethods in com.oracle.bmc.databasemigration.requests with parameters of type ListJobsRequest Modifier and Type Method Description ListJobsRequest.BuilderListJobsRequest.Builder. copy(ListJobsRequest o)Copy method to populate the builder with values from the given instance.
-