Uses of Interface
software.amazon.awssdk.http.apache.ProxyConfiguration.Builder
Packages that use ProxyConfiguration.Builder
-
Uses of ProxyConfiguration.Builder in software.amazon.awssdk.http.apache
Methods in software.amazon.awssdk.http.apache that return ProxyConfiguration.BuilderModifier and TypeMethodDescriptionProxyConfiguration.Builder.addNonProxyHost(String nonProxyHost) Add a host that the client is allowed to access without going through the proxy.static ProxyConfiguration.BuilderProxyConfiguration.builder()Create aProxyConfiguration.Builder, used to create aProxyConfiguration.Configure the endpoint of the proxy server that the SDK should connect through.ProxyConfiguration.Builder.nonProxyHosts(Set<String> nonProxyHosts) Configure the hosts that the client is allowed to access without going through the proxy.ProxyConfiguration.Builder.ntlmDomain(String proxyDomain) For NTLM proxies: Configure the Windows domain name to use when authenticating with the proxy.ProxyConfiguration.Builder.ntlmWorkstation(String proxyWorkstation) For NTLM proxies: Configure the Windows workstation name to use when authenticating with the proxy.Configure the password to use when connecting through a proxy.ProxyConfiguration.Builder.preemptiveBasicAuthenticationEnabled(Boolean preemptiveBasicAuthenticationEnabled) Configure whether to attempt to authenticate pre-emptively against the proxy server using basic authentication.The HTTP scheme to use for connecting to the proxy.ProxyConfiguration.toBuilder()ProxyConfiguration.Builder.useEnvironmentVariableValues(Boolean useEnvironmentVariableValues) Option whether to use environment variable values for proxy configuration if any of the config options are missing.Configure the username to use when connecting through a proxy.ProxyConfiguration.Builder.useSystemPropertyValues(Boolean useSystemPropertyValues) Option whether to use system property values fromProxySystemSettingif any of the config options are missing.