Uses of Class
com.oracle.bmc.batch.responses.ListBatchJobsResponse
-
Packages that use ListBatchJobsResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of ListBatchJobsResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return ListBatchJobsResponse Modifier and Type Method Description ListBatchJobsResponseBatchComputing. listBatchJobs(ListBatchJobsRequest request)Lists the batch jobs by compartment or job OCID.ListBatchJobsResponseBatchComputingClient. listBatchJobs(ListBatchJobsRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type ListBatchJobsResponse 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)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 ListBatchJobsResponse 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 ListBatchJobsResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return ListBatchJobsResponse Modifier and Type Method Description ListBatchJobsResponseListBatchJobsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type ListBatchJobsResponse Modifier and Type Method Description ListBatchJobsResponse.BuilderListBatchJobsResponse.Builder. copy(ListBatchJobsResponse o)Copy method to populate the builder with values from the given instance.
-