Uses of Class
org.opennms.plugins.cloud.config.ConfigStore.Key
-
Packages that use ConfigStore.Key Package Description org.opennms.plugins.cloud.config -
-
Uses of ConfigStore.Key in org.opennms.plugins.cloud.config
Methods in org.opennms.plugins.cloud.config that return ConfigStore.Key Modifier and Type Method Description static ConfigStore.KeyConfigStore.Key. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConfigStore.Key[]ConfigStore.Key. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opennms.plugins.cloud.config with parameters of type ConfigStore.Key Modifier and Type Method Description java.util.Optional<java.lang.String>ConfigStore. get(ConfigStore.Key type)java.util.Optional<java.lang.String>KvConfigStore. get(ConfigStore.Key type)java.util.Optional<java.lang.String>ScvConfigStore. get(ConfigStore.Key type)java.lang.StringConfigStore. getOrNull(ConfigStore.Key type)java.lang.StringKvConfigStore. getOrNull(ConfigStore.Key key)java.lang.StringScvConfigStore. getOrNull(ConfigStore.Key type)voidConfigStore. putProperty(ConfigStore.Key key, java.lang.String value)voidKvConfigStore. putProperty(ConfigStore.Key key, java.lang.String value)voidScvConfigStore. putProperty(ConfigStore.Key key, java.lang.String value)Method parameters in org.opennms.plugins.cloud.config with type arguments of type ConfigStore.Key Modifier and Type Method Description voidConfigStore. putProperties(java.util.Map<ConfigStore.Key,java.lang.String> properties)voidKvConfigStore. putProperties(java.util.Map<ConfigStore.Key,java.lang.String> properties)voidScvConfigStore. putProperties(java.util.Map<ConfigStore.Key,java.lang.String> properties)
-