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.HttpProxyConnectionTypeHttpProxyEnvironmentVariableSetting. getConnectionType()HttpProxyOptions.HttpProxyConnectionTypeHttpProxyOptions. getConnectionType()static HttpProxyOptions.HttpProxyConnectionTypeHttpProxyOptions.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 voidHttpProxyEnvironmentVariableSetting. setConnectionType(HttpProxyOptions.HttpProxyConnectionType connectionType)(Optional) Sets the proxy connection type.voidHttpProxyOptions. setConnectionType(HttpProxyOptions.HttpProxyConnectionType connectionType)Sets the proxy connection type
-