| Package | Description | 
|---|---|
| com.amazonaws | |
| com.amazonaws.http.apache | |
| com.amazonaws.http.settings | |
| com.amazonaws.util | 
| Modifier and Type | Method and Description | 
|---|---|
Protocol | 
ClientConfiguration.getProtocol()
Returns the protocol (HTTP or HTTPS) to use when connecting to Amazon Web Services. 
 | 
Protocol | 
ClientConfiguration.getProxyProtocol()  | 
static Protocol | 
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Protocol[] | 
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientConfiguration.setProtocol(Protocol protocol)
Sets the protocol (i.e. 
 | 
void | 
ClientConfiguration.setProxyProtocol(Protocol proxyProtocol)
Set the  
Protocol to use for connecting to the proxy. | 
ClientConfiguration | 
ClientConfiguration.withProtocol(Protocol protocol)
Sets the protocol (i.e. 
 | 
ClientConfiguration | 
ClientConfiguration.withProxyProtocol(Protocol proxyProtocol)
Set the  
Protocol to use for connecting to the proxy. | 
| Constructor and Description | 
|---|
SdkProxyRoutePlanner(String proxyHost,
                    int proxyPort,
                    Protocol proxyProtocol,
                    String nonProxyHosts)  | 
| Modifier and Type | Method and Description | 
|---|---|
Protocol | 
HttpClientSettings.getProxyProtocol()  | 
| Modifier and Type | Method and Description | 
|---|---|
static URI | 
RuntimeHttpUtils.toUri(String endpoint,
     Protocol protocol)
Returns an URI for the given endpoint. 
 | 
Copyright © 2019. All rights reserved.