Uses of Class
com.oracle.bmc.core.model.PlatformConfig.Type
-
Packages that use PlatformConfig.Type Package Description com.oracle.bmc.core.model -
-
Uses of PlatformConfig.Type in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return PlatformConfig.Type Modifier and Type Method Description static PlatformConfig.Type
PlatformConfig.Type. create(String key)
static PlatformConfig.Type
PlatformConfig.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlatformConfig.Type[]
PlatformConfig.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-