Uses of Class
com.oracle.bmc.containerengine.model.ShapeMemoryOptions
-
Packages that use ShapeMemoryOptions Package Description com.oracle.bmc.containerengine.model -
-
Uses of ShapeMemoryOptions in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return ShapeMemoryOptions Modifier and Type Method Description ShapeMemoryOptions
ShapeMemoryOptions.Builder. build()
Methods in com.oracle.bmc.containerengine.model that return types with arguments of type ShapeMemoryOptions Modifier and Type Method Description List<ShapeMemoryOptions>
PodShape. getMemoryOptions()
ShapeMemoryOptions.List<ShapeMemoryOptions>
PodShapeSummary. getMemoryOptions()
ShapeMemoryOptions.Methods in com.oracle.bmc.containerengine.model with parameters of type ShapeMemoryOptions Modifier and Type Method Description ShapeMemoryOptions.Builder
ShapeMemoryOptions.Builder. copy(ShapeMemoryOptions model)
Method parameters in com.oracle.bmc.containerengine.model with type arguments of type ShapeMemoryOptions Modifier and Type Method Description PodShape.Builder
PodShape.Builder. memoryOptions(List<ShapeMemoryOptions> memoryOptions)
ShapeMemoryOptions.PodShapeSummary.Builder
PodShapeSummary.Builder. memoryOptions(List<ShapeMemoryOptions> memoryOptions)
ShapeMemoryOptions.
-