Uses of Class
com.oracle.bmc.batch.model.BatchContextShapeSummary
-
Packages that use BatchContextShapeSummary Package Description com.oracle.bmc.batch com.oracle.bmc.batch.model -
-
Uses of BatchContextShapeSummary in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return types with arguments of type BatchContextShapeSummary Modifier and Type Method Description Iterable<BatchContextShapeSummary>BatchComputingPaginators. listBatchContextShapesRecordIterator(ListBatchContextShapesRequest request)Creates a new iterable which will iterate over theBatchContextShapeSummaryobjects contained in responses from the listBatchContextShapes operation. -
Uses of BatchContextShapeSummary in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchContextShapeSummary Modifier and Type Method Description BatchContextShapeSummaryBatchContextShapeSummary.Builder. build()Methods in com.oracle.bmc.batch.model that return types with arguments of type BatchContextShapeSummary Modifier and Type Method Description List<BatchContextShapeSummary>BatchContextShapeCollection. getItems()List of shapes.Methods in com.oracle.bmc.batch.model with parameters of type BatchContextShapeSummary Modifier and Type Method Description BatchContextShapeSummary.BuilderBatchContextShapeSummary.Builder. copy(BatchContextShapeSummary model)Method parameters in com.oracle.bmc.batch.model with type arguments of type BatchContextShapeSummary Modifier and Type Method Description BatchContextShapeCollection.BuilderBatchContextShapeCollection.Builder. items(List<BatchContextShapeSummary> items)List of shapes.Constructor parameters in com.oracle.bmc.batch.model with type arguments of type BatchContextShapeSummary Constructor Description BatchContextShapeCollection(List<BatchContextShapeSummary> items)Deprecated.
-