Uses of Class
software.amazon.awssdk.crt.http.HttpProxyOptions.HttpProxyConnectionType
-
Packages that use HttpProxyOptions.HttpProxyConnectionType Package Description software.amazon.awssdk.crt.http -
-
Uses of HttpProxyOptions.HttpProxyConnectionType in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return HttpProxyOptions.HttpProxyConnectionType Modifier and Type Method Description HttpProxyOptions.HttpProxyConnectionType
HttpProxyEnvironmentVariableSetting. getConnectionType()
HttpProxyOptions.HttpProxyConnectionType
HttpProxyOptions. getConnectionType()
static HttpProxyOptions.HttpProxyConnectionType
HttpProxyOptions.HttpProxyConnectionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpProxyOptions.HttpProxyConnectionType[]
HttpProxyOptions.HttpProxyConnectionType. 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 HttpProxyOptions.HttpProxyConnectionType Modifier and Type Method Description void
HttpProxyEnvironmentVariableSetting. setConnectionType(HttpProxyOptions.HttpProxyConnectionType connectionType)
(Optional) Sets the proxy connection type.void
HttpProxyOptions. setConnectionType(HttpProxyOptions.HttpProxyConnectionType connectionType)
Sets the proxy connection type
-