Uses of Enum Class
org.springframework.boot.cloud.CloudPlatform
Packages that use CloudPlatform
-
Uses of CloudPlatform in org.springframework.boot.cloud
Subclasses with type arguments of type CloudPlatform in org.springframework.boot.cloudModifier and TypeClassDescriptionenumSimple detection for well known cloud platforms.Methods in org.springframework.boot.cloud that return CloudPlatformModifier and TypeMethodDescriptionstatic @Nullable CloudPlatformCloudPlatform.getActive(@Nullable Environment environment) Returns the activeCloudPlatformornullif one is not active.static CloudPlatformReturns 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.