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 ListDiscoveryJobsResponse
StackMonitoring. 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)
ListDiscoveryJobsResponse
StackMonitoringClient. listDiscoveryJobs(ListDiscoveryJobsRequest request)
Iterable<DiscoveryJobSummary>
StackMonitoringPaginators. listDiscoveryJobsRecordIterator(ListDiscoveryJobsRequest request)
Creates a new iterable which will iterate over theDiscoveryJobSummary
objects 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 ListDiscoveryJobsRequest
ListDiscoveryJobsRequest.Builder. build()
Build the instance of ListDiscoveryJobsRequest as configured by this builderListDiscoveryJobsRequest
ListDiscoveryJobsRequest.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.Builder
ListDiscoveryJobsRequest.Builder. copy(ListDiscoveryJobsRequest o)
Copy method to populate the builder with values from the given instance.
-