Uses of Class
com.oracle.bmc.core.model.ShapeAlternativeObject
-
Packages that use ShapeAlternativeObject Package Description com.oracle.bmc.core.model -
-
Uses of ShapeAlternativeObject in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ShapeAlternativeObject Modifier and Type Method Description ShapeAlternativeObject
ShapeAlternativeObject.Builder. build()
Methods in com.oracle.bmc.core.model that return types with arguments of type ShapeAlternativeObject Modifier and Type Method Description List<ShapeAlternativeObject>
Shape. getRecommendedAlternatives()
The list of shapes and shape details (if applicable) that Oracle recommends that you use as an alternative to the current shape.Methods in com.oracle.bmc.core.model with parameters of type ShapeAlternativeObject Modifier and Type Method Description ShapeAlternativeObject.Builder
ShapeAlternativeObject.Builder. copy(ShapeAlternativeObject model)
Method parameters in com.oracle.bmc.core.model with type arguments of type ShapeAlternativeObject Modifier and Type Method Description Shape.Builder
Shape.Builder. recommendedAlternatives(List<ShapeAlternativeObject> recommendedAlternatives)
The list of shapes and shape details (if applicable) that Oracle recommends that you use as an alternative to the current shape.
-