Uses of Class
software.amazon.awssdk.crt.http.HttpProxyOptions.HttpProxyAuthorizationType
-
Packages that use HttpProxyOptions.HttpProxyAuthorizationType Package Description software.amazon.awssdk.crt.http -
-
Uses of HttpProxyOptions.HttpProxyAuthorizationType in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return HttpProxyOptions.HttpProxyAuthorizationType Modifier and Type Method Description HttpProxyOptions.HttpProxyAuthorizationTypeHttpProxyOptions. getAuthorizationType()static HttpProxyOptions.HttpProxyAuthorizationTypeHttpProxyOptions.HttpProxyAuthorizationType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpProxyOptions.HttpProxyAuthorizationType[]HttpProxyOptions.HttpProxyAuthorizationType. 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.HttpProxyAuthorizationType Modifier and Type Method Description voidHttpProxyOptions. setAuthorizationType(HttpProxyOptions.HttpProxyAuthorizationType authorizationType)Sets the proxy authorization type
-