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