Uses of Interface
software.amazon.awssdk.utils.SystemSetting
Packages that use SystemSetting
-
Uses of SystemSetting in software.amazon.awssdk.utils
Classes in software.amazon.awssdk.utils that implement SystemSettingModifier and TypeClassDescriptionenumThe system properties usually provided by the Java runtime.enumAn enumeration representing environment settings related to proxy configuration.enumThe system properties related to http and https proxies -
Uses of SystemSetting in software.amazon.awssdk.utils.internal
Methods in software.amazon.awssdk.utils.internal with parameters of type SystemSettingModifier and TypeMethodDescriptionSystemSettingUtils.resolveEnvironmentVariable(SystemSetting setting) Attempt to load this setting from the environment variables.SystemSettingUtils.resolveNonDefaultSetting(SystemSetting setting) Resolve the value of this system setting, loading it from the System by checking: The system properties. The environment variables.SystemSettingUtils.resolveSetting(SystemSetting setting) Resolve the value of this system setting, loading it from the System by checking: The system properties. The environment variables. The default value.static BooleanSystemSettingUtils.safeStringToBoolean(SystemSetting setting, String value) Convert a string to boolean safely (as opposed to the less strictBoolean.parseBoolean(String)).