Uses of Class
com.azure.spring.cloudfoundry.environment.VcapServiceType
-
Packages that use VcapServiceType Package Description com.azure.spring.cloudfoundry.environment Package com.azure.spring.cloudfoundry.environment -
-
Uses of VcapServiceType in com.azure.spring.cloudfoundry.environment
Methods in com.azure.spring.cloudfoundry.environment that return VcapServiceType Modifier and Type Method Description static VcapServiceTypeVcapServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static VcapServiceType[]VcapServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-