Uses of Class
com.oracle.bmc.mysql.model.ShapeSummary.IsSupportedFor
-
Packages that use ShapeSummary.IsSupportedFor Package Description com.oracle.bmc.mysql.model -
-
Uses of ShapeSummary.IsSupportedFor in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ShapeSummary.IsSupportedFor Modifier and Type Method Description static ShapeSummary.IsSupportedFor
ShapeSummary.IsSupportedFor. create(String key)
static ShapeSummary.IsSupportedFor
ShapeSummary.IsSupportedFor. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShapeSummary.IsSupportedFor[]
ShapeSummary.IsSupportedFor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model that return types with arguments of type ShapeSummary.IsSupportedFor Modifier and Type Method Description List<ShapeSummary.IsSupportedFor>
ShapeSummary. getIsSupportedFor()
What service features the shape is supported for.Method parameters in com.oracle.bmc.mysql.model with type arguments of type ShapeSummary.IsSupportedFor Modifier and Type Method Description ShapeSummary.Builder
ShapeSummary.Builder. isSupportedFor(List<ShapeSummary.IsSupportedFor> isSupportedFor)
What service features the shape is supported for.Constructor parameters in com.oracle.bmc.mysql.model with type arguments of type ShapeSummary.IsSupportedFor Constructor Description ShapeSummary(String name, Integer cpuCoreCount, Integer memorySizeInGBs, List<ShapeSummary.IsSupportedFor> isSupportedFor)
Deprecated.
-