Uses of Class
com.oracle.bmc.batch.model.BatchTaskSummary
-
Packages that use BatchTaskSummary Package Description com.oracle.bmc.batch com.oracle.bmc.batch.model -
-
Uses of BatchTaskSummary in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return types with arguments of type BatchTaskSummary Modifier and Type Method Description Iterable<BatchTaskSummary>BatchComputingPaginators. listBatchJobTasksRecordIterator(ListBatchJobTasksRequest request)Creates a new iterable which will iterate over theBatchTaskSummaryobjects contained in responses from the listBatchJobTasks operation.Iterable<BatchTaskSummary>BatchComputingPaginators. listBatchTasksRecordIterator(ListBatchTasksRequest request)Creates a new iterable which will iterate over theBatchTaskSummaryobjects contained in responses from the listBatchTasks operation. -
Uses of BatchTaskSummary in com.oracle.bmc.batch.model
Subclasses of BatchTaskSummary in com.oracle.bmc.batch.model Modifier and Type Class Description classComputeTaskSummarySummary information about a compute task.Methods in com.oracle.bmc.batch.model that return types with arguments of type BatchTaskSummary Modifier and Type Method Description List<BatchTaskSummary>BatchTaskCollection. getItems()List of batch task summaries.Method parameters in com.oracle.bmc.batch.model with type arguments of type BatchTaskSummary Modifier and Type Method Description BatchTaskCollection.BuilderBatchTaskCollection.Builder. items(List<BatchTaskSummary> items)List of batch task summaries.Constructor parameters in com.oracle.bmc.batch.model with type arguments of type BatchTaskSummary Constructor Description BatchTaskCollection(List<BatchTaskSummary> items)Deprecated.
-