| Package | Description |
|---|---|
| software.amazon.awssdk.utils | |
| software.amazon.awssdk.utils.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaSystemSetting
The system properties usually provided by the Java runtime.
|
class |
ProxyEnvironmentSetting
An enumeration representing environment settings related to proxy configuration.
|
class |
ProxySystemSetting
The system properties related to http and https proxies
|
| Modifier and Type | Method and 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 Boolean |
SystemSettingUtils.safeStringToBoolean(SystemSetting setting,
String value)
Convert a string to boolean safely (as opposed to the less strict
Boolean.parseBoolean(String)). |
Copyright © 2023. All rights reserved.