| Package | Description |
|---|---|
| com.amazonaws.opensdk.config | |
| com.amazonaws.opensdk.internal.config | |
| com.amazonaws.opensdk.protect.client |
| Modifier and Type | Method and Description |
|---|---|
ProxyConfiguration |
ProxyConfiguration.nonProxyHosts(String nonProxyHosts)
Set the optional hosts the client will access without going
through the proxy.
|
ProxyConfiguration |
ProxyConfiguration.preemptiveBasicProxyAuth(boolean preemptiveBasicProxyAuth)
Sets whether to attempt to authenticate preemptively against proxy servers using basic authentication.
|
ProxyConfiguration |
ProxyConfiguration.protocol(Protocol protocol)
Sets the protocol (i.e.
|
ProxyConfiguration |
ProxyConfiguration.proxyDomain(String proxyDomain)
Sets the optional Windows domain name for configuration an NTLM proxy.
|
ProxyConfiguration |
ProxyConfiguration.proxyHost(String proxyHost)
Sets the optional proxy host the client will connect through.
|
ProxyConfiguration |
ProxyConfiguration.proxyPassword(String proxyPassword)
Sets the optional proxy password to use when connecting through a proxy.
|
ProxyConfiguration |
ProxyConfiguration.proxyPort(int proxyPort)
Sets the proxy port the client will connect through.
|
ProxyConfiguration |
ProxyConfiguration.proxyUsername(String proxyUsername)
Sets the optional proxy user name to use if connecting through a proxy.
|
ProxyConfiguration |
ProxyConfiguration.proxyWorkstation(String proxyWorkstation)
Sets the optional Windows workstation name for configuring NTLM proxy support.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ProxyConfiguration> |
ApiGatewayClientConfiguration.getProxyConfiguration()
Returns an
Optional object of type ProxyConfiguration that has the
proxy options for the client. |
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayClientConfiguration |
ApiGatewayClientConfiguration.proxyConfiguration(ProxyConfiguration proxyConfiguration)
Sets the proxy configuration of a client.
|
void |
ApiGatewayClientConfiguration.setProxyConfiguration(ProxyConfiguration proxyConfiguration)
Sets the proxy configuration of a client.
|
| Modifier and Type | Method and Description |
|---|---|
Subclass |
SdkSyncClientBuilder.proxyConfiguration(ProxyConfiguration proxyConfiguration)
Sets the optional proxy configuration of a client.
|
void |
SdkSyncClientBuilder.setProxyConfiguration(ProxyConfiguration proxyConfiguration)
Sets the optional proxy configuration of a client.
|
Copyright © 2020. All rights reserved.