Uses of Enum Class
org.springframework.boot.cloud.CloudPlatform
-
Uses of CloudPlatform in org.springframework.boot.cloud
Modifier and TypeMethodDescriptionstatic CloudPlatform
CloudPlatform.getActive
(Environment environment) Returns the activeCloudPlatform
ornull
if one is not active.static CloudPlatform
Returns the enum constant of this class with the specified name.static CloudPlatform[]
CloudPlatform.values()
Returns an array containing the constants of this enum class, in the order they are declared.