| Package | Description | 
|---|---|
| com.amazonaws | |
| com.amazonaws.http.settings | 
| Modifier and Type | Method and Description | 
|---|---|
| static ProxyAuthenticationMethod | ProxyAuthenticationMethod. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ProxyAuthenticationMethod[] | ProxyAuthenticationMethod. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ProxyAuthenticationMethod> | ClientConfiguration. getProxyAuthenticationMethods()Returns the list of authentication methods that should be used when authenticating against an HTTP proxy, in the order they
 should be attempted. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientConfiguration. setProxyAuthenticationMethods(List<ProxyAuthenticationMethod> proxyAuthenticationMethods)Configure the list of authentication methods that should be used when authenticating against an HTTP proxy, in the order
 they should be attempted. | 
| ClientConfiguration | ClientConfiguration. withProxyAuthenticationMethods(List<ProxyAuthenticationMethod> proxyAuthenticationMethods)Configure the list of authentication methods that should be used when authenticating against an HTTP proxy, in the order
 they should be attempted. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ProxyAuthenticationMethod> | HttpClientSettings. getProxyAuthenticationMethods() | 
Copyright © 2017. All rights reserved.