Uses of Enum
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 type with the specified name.static CloudPlatform[]
CloudPlatform.values()
Returns an array containing the constants of this enum type, in the order they are declared.