| 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 |
ProxySystemSetting
The system properties related to http proxy
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2021. All rights reserved.