Uses of Class
com.oracle.bmc.batch.model.BatchJobPoolSummary
-
Packages that use BatchJobPoolSummary Package Description com.oracle.bmc.batch com.oracle.bmc.batch.model -
-
Uses of BatchJobPoolSummary in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return types with arguments of type BatchJobPoolSummary Modifier and Type Method Description Iterable<BatchJobPoolSummary>BatchComputingPaginators. listBatchJobPoolsRecordIterator(ListBatchJobPoolsRequest request)Creates a new iterable which will iterate over theBatchJobPoolSummaryobjects contained in responses from the listBatchJobPools operation. -
Uses of BatchJobPoolSummary in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchJobPoolSummary Modifier and Type Method Description BatchJobPoolSummaryBatchJobPoolSummary.Builder. build()Methods in com.oracle.bmc.batch.model that return types with arguments of type BatchJobPoolSummary Modifier and Type Method Description List<BatchJobPoolSummary>BatchJobPoolCollection. getItems()List of batch job pools.Methods in com.oracle.bmc.batch.model with parameters of type BatchJobPoolSummary Modifier and Type Method Description BatchJobPoolSummary.BuilderBatchJobPoolSummary.Builder. copy(BatchJobPoolSummary model)Method parameters in com.oracle.bmc.batch.model with type arguments of type BatchJobPoolSummary Modifier and Type Method Description BatchJobPoolCollection.BuilderBatchJobPoolCollection.Builder. items(List<BatchJobPoolSummary> items)List of batch job pools.Constructor parameters in com.oracle.bmc.batch.model with type arguments of type BatchJobPoolSummary Constructor Description BatchJobPoolCollection(List<BatchJobPoolSummary> items)Deprecated.
-