Uses of Enum Class
org.springframework.boot.cloud.CloudPlatform
Packages that use CloudPlatform
-
Uses of CloudPlatform in org.springframework.boot.cloud
Methods in org.springframework.boot.cloud that return CloudPlatformModifier 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.