Uses of Class
software.amazon.awssdk.utils.ProxySystemSetting
-
Packages that use ProxySystemSetting Package Description software.amazon.awssdk.utils -
-
Uses of ProxySystemSetting in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils that return ProxySystemSetting Modifier and Type Method Description static ProxySystemSetting
ProxySystemSetting. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProxySystemSetting[]
ProxySystemSetting. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-