Uses of Class
com.oracle.bmc.stackmonitoring.requests.ListDiscoveryJobsRequest
-
Packages that use ListDiscoveryJobsRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of ListDiscoveryJobsRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type ListDiscoveryJobsRequest Modifier and Type Method Description ListDiscoveryJobsResponseStackMonitoring. listDiscoveryJobs(ListDiscoveryJobsRequest request)API to get the details of all Discovery Jobs.Future<ListDiscoveryJobsResponse>StackMonitoringAsync. listDiscoveryJobs(ListDiscoveryJobsRequest request, AsyncHandler<ListDiscoveryJobsRequest,ListDiscoveryJobsResponse> handler)API to get the details of all Discovery Jobs.Future<ListDiscoveryJobsResponse>StackMonitoringAsyncClient. listDiscoveryJobs(ListDiscoveryJobsRequest request, AsyncHandler<ListDiscoveryJobsRequest,ListDiscoveryJobsResponse> handler)ListDiscoveryJobsResponseStackMonitoringClient. listDiscoveryJobs(ListDiscoveryJobsRequest request)Iterable<DiscoveryJobSummary>StackMonitoringPaginators. listDiscoveryJobsRecordIterator(ListDiscoveryJobsRequest request)Creates a new iterable which will iterate over theDiscoveryJobSummaryobjects contained in responses from the listDiscoveryJobs operation.Iterable<ListDiscoveryJobsResponse>StackMonitoringPaginators. listDiscoveryJobsResponseIterator(ListDiscoveryJobsRequest request)Creates a new iterable which will iterate over the responses received from the listDiscoveryJobs operation.Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type ListDiscoveryJobsRequest Modifier and Type Method Description Future<ListDiscoveryJobsResponse>StackMonitoringAsync. listDiscoveryJobs(ListDiscoveryJobsRequest request, AsyncHandler<ListDiscoveryJobsRequest,ListDiscoveryJobsResponse> handler)API to get the details of all Discovery Jobs.Future<ListDiscoveryJobsResponse>StackMonitoringAsyncClient. listDiscoveryJobs(ListDiscoveryJobsRequest request, AsyncHandler<ListDiscoveryJobsRequest,ListDiscoveryJobsResponse> handler) -
Uses of ListDiscoveryJobsRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.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.stackmonitoring.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.
-