Uses of Class
com.oracle.bmc.datasafe.requests.ListDiscoveryJobsRequest
-
Packages that use ListDiscoveryJobsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListDiscoveryJobsRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ListDiscoveryJobsRequest Modifier and Type Method Description ListDiscoveryJobsResponseDataSafe. listDiscoveryJobs(ListDiscoveryJobsRequest request)Gets a list of incremental discovery jobs based on the specified query parameters.Future<ListDiscoveryJobsResponse>DataSafeAsync. listDiscoveryJobs(ListDiscoveryJobsRequest request, AsyncHandler<ListDiscoveryJobsRequest,ListDiscoveryJobsResponse> handler)Gets a list of incremental discovery jobs based on the specified query parameters.Future<ListDiscoveryJobsResponse>DataSafeAsyncClient. listDiscoveryJobs(ListDiscoveryJobsRequest request, AsyncHandler<ListDiscoveryJobsRequest,ListDiscoveryJobsResponse> handler)ListDiscoveryJobsResponseDataSafeClient. listDiscoveryJobs(ListDiscoveryJobsRequest request)Iterable<DiscoveryJobSummary>DataSafePaginators. listDiscoveryJobsRecordIterator(ListDiscoveryJobsRequest request)Creates a new iterable which will iterate over theDiscoveryJobSummaryobjects contained in responses from the listDiscoveryJobs operation.Iterable<ListDiscoveryJobsResponse>DataSafePaginators. listDiscoveryJobsResponseIterator(ListDiscoveryJobsRequest request)Creates a new iterable which will iterate over the responses received from the listDiscoveryJobs operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListDiscoveryJobsRequest Modifier and Type Method Description Future<ListDiscoveryJobsResponse>DataSafeAsync. listDiscoveryJobs(ListDiscoveryJobsRequest request, AsyncHandler<ListDiscoveryJobsRequest,ListDiscoveryJobsResponse> handler)Gets a list of incremental discovery jobs based on the specified query parameters.Future<ListDiscoveryJobsResponse>DataSafeAsyncClient. listDiscoveryJobs(ListDiscoveryJobsRequest request, AsyncHandler<ListDiscoveryJobsRequest,ListDiscoveryJobsResponse> handler) -
Uses of ListDiscoveryJobsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListDiscoveryJobsRequest Modifier and Type Method Description ListDiscoveryJobsRequestListDiscoveryJobsRequest.Builder. build()Build the instance of ListDiscoveryJobsRequest as configured by this builderListDiscoveryJobsRequestListDiscoveryJobsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDiscoveryJobsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListDiscoveryJobsRequest Modifier and Type Method Description ListDiscoveryJobsRequest.BuilderListDiscoveryJobsRequest.Builder. copy(ListDiscoveryJobsRequest o)Copy method to populate the builder with values from the given instance.
-