Uses of Class
com.oracle.bmc.batch.responses.ListBatchJobPoolsResponse
-
Packages that use ListBatchJobPoolsResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of ListBatchJobPoolsResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return ListBatchJobPoolsResponse Modifier and Type Method Description ListBatchJobPoolsResponseBatchComputing. listBatchJobPools(ListBatchJobPoolsRequest request)Lists the batch job pools by compartment or job pool OCID.ListBatchJobPoolsResponseBatchComputingClient. listBatchJobPools(ListBatchJobPoolsRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type ListBatchJobPoolsResponse Modifier and Type Method Description Future<ListBatchJobPoolsResponse>BatchComputingAsync. listBatchJobPools(ListBatchJobPoolsRequest request, AsyncHandler<ListBatchJobPoolsRequest,ListBatchJobPoolsResponse> handler)Lists the batch job pools by compartment or job pool OCID.Future<ListBatchJobPoolsResponse>BatchComputingAsyncClient. listBatchJobPools(ListBatchJobPoolsRequest request, AsyncHandler<ListBatchJobPoolsRequest,ListBatchJobPoolsResponse> handler)Iterable<ListBatchJobPoolsResponse>BatchComputingPaginators. listBatchJobPoolsResponseIterator(ListBatchJobPoolsRequest request)Creates a new iterable which will iterate over the responses received from the listBatchJobPools operation.Method parameters in com.oracle.bmc.batch with type arguments of type ListBatchJobPoolsResponse Modifier and Type Method Description Future<ListBatchJobPoolsResponse>BatchComputingAsync. listBatchJobPools(ListBatchJobPoolsRequest request, AsyncHandler<ListBatchJobPoolsRequest,ListBatchJobPoolsResponse> handler)Lists the batch job pools by compartment or job pool OCID.Future<ListBatchJobPoolsResponse>BatchComputingAsyncClient. listBatchJobPools(ListBatchJobPoolsRequest request, AsyncHandler<ListBatchJobPoolsRequest,ListBatchJobPoolsResponse> handler) -
Uses of ListBatchJobPoolsResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return ListBatchJobPoolsResponse Modifier and Type Method Description ListBatchJobPoolsResponseListBatchJobPoolsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type ListBatchJobPoolsResponse Modifier and Type Method Description ListBatchJobPoolsResponse.BuilderListBatchJobPoolsResponse.Builder. copy(ListBatchJobPoolsResponse o)Copy method to populate the builder with values from the given instance.
-