Uses of Interface
software.amazon.awssdk.http.urlconnection.ProxyConfiguration.Builder
-
Uses of ProxyConfiguration.Builder in software.amazon.awssdk.http.urlconnection
Methods in software.amazon.awssdk.http.urlconnection 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.Configure the password to use when connecting through a proxy.The HTTP scheme to use for connecting to the proxy.ProxyConfiguration.toBuilder()ProxyConfiguration.Builder.useEnvironmentVariablesValues(Boolean useEnvironmentVariablesValues) Option whether to use environment variable values fromProxyEnvironmentSettingif 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.Method parameters in software.amazon.awssdk.http.urlconnection with type arguments of type ProxyConfiguration.BuilderModifier and TypeMethodDescriptionUrlConnectionHttpClient.Builder.proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfigurationBuilderConsumer) Sets the http proxy configuration to use for this client.