Uses of Interface
software.amazon.awssdk.http.nio.netty.ProxyConfiguration.Builder
Packages that use ProxyConfiguration.Builder
-
Uses of ProxyConfiguration.Builder in software.amazon.awssdk.http.nio.netty
Methods in software.amazon.awssdk.http.nio.netty that return ProxyConfiguration.BuilderModifier and TypeMethodDescriptionstatic ProxyConfiguration.BuilderProxyConfiguration.builder()Set the hostname of the proxy.ProxyConfiguration.Builder.nonProxyHosts(Set<String> nonProxyHosts) Set the set of hosts that should not be proxied.Set the password used to authenticate with the proxy password.ProxyConfiguration.Builder.port(int port) Set the port that the proxy expects connections on.ProxyConfiguration.Builder.proxyAuthScheme(ProxyAuthScheme proxyAuthScheme) Configure the auth scheme to use to authenticate with the proxy.The HTTP scheme to use for connecting to the proxy.ProxyConfiguration.toBuilder()ProxyConfiguration.Builder.useEnvironmentVariableValues(Boolean useEnvironmentVariablesValues) Set the option whether to use environment variable values forProxyEnvironmentSettingif any of the config options are missing.Set the username used to authenticate with the proxy username.ProxyConfiguration.Builder.useSystemPropertyValues(Boolean useSystemPropertyValues) Set the option whether to use system property values fromProxySystemSettingif any of the config options are missing.