Uses of Class
com.oracle.bmc.resourcemanager.requests.ListJobsRequest
-
Packages that use ListJobsRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests -
-
Uses of ListJobsRequest in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type ListJobsRequest Modifier and Type Method Description ListJobsResponseResourceManager. listJobs(ListJobsRequest request)Lists jobs according to the specified filter.Future<ListJobsResponse>ResourceManagerAsync. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)Lists jobs according to the specified filter.Future<ListJobsResponse>ResourceManagerAsyncClient. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)ListJobsResponseResourceManagerClient. listJobs(ListJobsRequest request)Iterable<JobSummary>ResourceManagerPaginators. listJobsRecordIterator(ListJobsRequest request)Creates a new iterable which will iterate over theJobSummaryobjects contained in responses from the listJobs operation.Iterable<ListJobsResponse>ResourceManagerPaginators. listJobsResponseIterator(ListJobsRequest request)Creates a new iterable which will iterate over the responses received from the listJobs operation.Method parameters in com.oracle.bmc.resourcemanager with type arguments of type ListJobsRequest Modifier and Type Method Description Future<ListJobsResponse>ResourceManagerAsync. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)Lists jobs according to the specified filter.Future<ListJobsResponse>ResourceManagerAsyncClient. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler) -
Uses of ListJobsRequest in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.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.resourcemanager.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.
-