Uses of Class
com.oracle.bmc.batch.model.BatchJobSummary
-
Packages that use BatchJobSummary Package Description com.oracle.bmc.batch com.oracle.bmc.batch.model -
-
Uses of BatchJobSummary in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return types with arguments of type BatchJobSummary Modifier and Type Method Description Iterable<BatchJobSummary>BatchComputingPaginators. listBatchJobsRecordIterator(ListBatchJobsRequest request)Creates a new iterable which will iterate over theBatchJobSummaryobjects contained in responses from the listBatchJobs operation. -
Uses of BatchJobSummary in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchJobSummary Modifier and Type Method Description BatchJobSummaryBatchJobSummary.Builder. build()Methods in com.oracle.bmc.batch.model that return types with arguments of type BatchJobSummary Modifier and Type Method Description List<BatchJobSummary>BatchJobCollection. getItems()List of batch jobs.Methods in com.oracle.bmc.batch.model with parameters of type BatchJobSummary Modifier and Type Method Description BatchJobSummary.BuilderBatchJobSummary.Builder. copy(BatchJobSummary model)Method parameters in com.oracle.bmc.batch.model with type arguments of type BatchJobSummary Modifier and Type Method Description BatchJobCollection.BuilderBatchJobCollection.Builder. items(List<BatchJobSummary> items)List of batch jobs.Constructor parameters in com.oracle.bmc.batch.model with type arguments of type BatchJobSummary Constructor Description BatchJobCollection(List<BatchJobSummary> items)Deprecated.
-