Uses of Class
com.oracle.bmc.batch.requests.ListBatchJobsRequest
-
Packages that use ListBatchJobsRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of ListBatchJobsRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type ListBatchJobsRequest Modifier and Type Method Description ListBatchJobsResponseBatchComputing. listBatchJobs(ListBatchJobsRequest request)Lists the batch jobs by compartment or job OCID.Future<ListBatchJobsResponse>BatchComputingAsync. listBatchJobs(ListBatchJobsRequest request, AsyncHandler<ListBatchJobsRequest,ListBatchJobsResponse> handler)Lists the batch jobs by compartment or job OCID.Future<ListBatchJobsResponse>BatchComputingAsyncClient. listBatchJobs(ListBatchJobsRequest request, AsyncHandler<ListBatchJobsRequest,ListBatchJobsResponse> handler)ListBatchJobsResponseBatchComputingClient. listBatchJobs(ListBatchJobsRequest request)Iterable<BatchJobSummary>BatchComputingPaginators. listBatchJobsRecordIterator(ListBatchJobsRequest request)Creates a new iterable which will iterate over theBatchJobSummaryobjects contained in responses from the listBatchJobs operation.Iterable<ListBatchJobsResponse>BatchComputingPaginators. listBatchJobsResponseIterator(ListBatchJobsRequest request)Creates a new iterable which will iterate over the responses received from the listBatchJobs operation.Method parameters in com.oracle.bmc.batch with type arguments of type ListBatchJobsRequest Modifier and Type Method Description Future<ListBatchJobsResponse>BatchComputingAsync. listBatchJobs(ListBatchJobsRequest request, AsyncHandler<ListBatchJobsRequest,ListBatchJobsResponse> handler)Lists the batch jobs by compartment or job OCID.Future<ListBatchJobsResponse>BatchComputingAsyncClient. listBatchJobs(ListBatchJobsRequest request, AsyncHandler<ListBatchJobsRequest,ListBatchJobsResponse> handler) -
Uses of ListBatchJobsRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return ListBatchJobsRequest Modifier and Type Method Description ListBatchJobsRequestListBatchJobsRequest.Builder. build()Build the instance of ListBatchJobsRequest as configured by this builderListBatchJobsRequestListBatchJobsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListBatchJobsRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type ListBatchJobsRequest Modifier and Type Method Description ListBatchJobsRequest.BuilderListBatchJobsRequest.Builder. copy(ListBatchJobsRequest o)Copy method to populate the builder with values from the given instance.
-