Uses of Class
software.amazon.awssdk.crt.http.HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType
-
Packages that use HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType Package Description software.amazon.awssdk.crt.http -
-
Uses of HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType Modifier and Type Method Description HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType
HttpProxyEnvironmentVariableSetting. getEnvironmentVariableType()
static HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType
HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType[]
HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.http with parameters of type HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType Modifier and Type Method Description void
HttpProxyEnvironmentVariableSetting. setEnvironmentVariableType(HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType environmentVariableType)
(Optional) Enable/Disable reading from environment variable for Proxy config.
-