Uses of Class
com.oracle.bmc.batch.model.BatchContextSummary
-
Packages that use BatchContextSummary Package Description com.oracle.bmc.batch com.oracle.bmc.batch.model -
-
Uses of BatchContextSummary in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return types with arguments of type BatchContextSummary Modifier and Type Method Description Iterable<BatchContextSummary>BatchComputingPaginators. listBatchContextsRecordIterator(ListBatchContextsRequest request)Creates a new iterable which will iterate over theBatchContextSummaryobjects contained in responses from the listBatchContexts operation. -
Uses of BatchContextSummary in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchContextSummary Modifier and Type Method Description BatchContextSummaryBatchContextSummary.Builder. build()Methods in com.oracle.bmc.batch.model that return types with arguments of type BatchContextSummary Modifier and Type Method Description List<BatchContextSummary>BatchContextCollection. getItems()List of batch contexts.Methods in com.oracle.bmc.batch.model with parameters of type BatchContextSummary Modifier and Type Method Description BatchContextSummary.BuilderBatchContextSummary.Builder. copy(BatchContextSummary model)Method parameters in com.oracle.bmc.batch.model with type arguments of type BatchContextSummary Modifier and Type Method Description BatchContextCollection.BuilderBatchContextCollection.Builder. items(List<BatchContextSummary> items)List of batch contexts.Constructor parameters in com.oracle.bmc.batch.model with type arguments of type BatchContextSummary Constructor Description BatchContextCollection(List<BatchContextSummary> items)Deprecated.
-