Uses of Class
com.oracle.bmc.model.RegionSchema
-
Packages that use RegionSchema Package Description com.oracle.bmc.model -
-
Uses of RegionSchema in com.oracle.bmc.model
Methods in com.oracle.bmc.model that return types with arguments of type RegionSchema Modifier and Type Method Description List<RegionSchema>RegionDeveloperToolConfigurationSchema. getRegions()Methods in com.oracle.bmc.model with parameters of type RegionSchema Modifier and Type Method Description static booleanRegionSchema. isValid(RegionSchema regionSchema)check if region schema is valid *Constructor parameters in com.oracle.bmc.model with type arguments of type RegionSchema Constructor Description RegionDeveloperToolConfigurationSchema(List<RegionSchema> regions, String developerToolConfigurationProvider, Set<String> services, String allowOnlyDeveloperToolConfigurationRegions)
-