Uses of Interface
software.amazon.awssdk.utils.SystemSetting
-
Packages that use SystemSetting Package Description software.amazon.awssdk.utils software.amazon.awssdk.utils.internal -
-
Uses of SystemSetting in software.amazon.awssdk.utils
Classes in software.amazon.awssdk.utils that implement SystemSetting Modifier and Type Class Description classJavaSystemSettingThe system properties usually provided by the Java runtime.classProxyEnvironmentSettingAn enumeration representing environment settings related to proxy configuration.classProxySystemSettingThe 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 SystemSetting Modifier and Type Method Description static Optional<String>SystemSettingUtils. resolveEnvironmentVariable(SystemSetting setting)Attempt to load this setting from the environment variables.static Optional<String>SystemSettingUtils. resolveNonDefaultSetting(SystemSetting setting)Resolve the value of this system setting, loading it from the System by checking: The system properties. The environment variables.static Optional<String>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)).
-