Uses of Interface
software.amazon.awssdk.http.crt.ProxyConfiguration.Builder
-
Packages that use ProxyConfiguration.Builder Package Description software.amazon.awssdk.http.crt software.amazon.awssdk.http.crt.internal -
-
Uses of ProxyConfiguration.Builder in software.amazon.awssdk.http.crt
Methods in software.amazon.awssdk.http.crt that return ProxyConfiguration.Builder Modifier and Type Method Description static ProxyConfiguration.BuilderProxyConfiguration. builder()ProxyConfiguration.BuilderProxyConfiguration.Builder. host(String host)Set the hostname of the proxy.ProxyConfiguration.BuilderProxyConfiguration.Builder. password(String password)The password to use for basic proxy authenticationProxyConfiguration.BuilderProxyConfiguration.Builder. port(int port)Set the port that the proxy expects connections on.ProxyConfiguration.BuilderProxyConfiguration.Builder. scheme(String scheme)The HTTP scheme to use for connecting to the proxy.ProxyConfiguration.BuilderProxyConfiguration. toBuilder()ProxyConfiguration.BuilderProxyConfiguration.Builder. useEnvironmentVariableValues(Boolean useEnvironmentVariableValues)ProxyConfiguration.BuilderProxyConfiguration.Builder. username(String username)The username to use for basic proxy authenticationProxyConfiguration.BuilderProxyConfiguration.Builder. useSystemPropertyValues(Boolean useSystemPropertyValues)The option whether to use system property values fromProxySystemSettingif any of the config options are missing.Method parameters in software.amazon.awssdk.http.crt with type arguments of type ProxyConfiguration.Builder Modifier and Type Method Description AwsCrtAsyncHttpClient.BuilderAwsCrtAsyncHttpClient.Builder. proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfigurationBuilderConsumer)Sets the http proxy configuration to use for this client.AwsCrtHttpClient.BuilderAwsCrtHttpClient.Builder. proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfigurationBuilderConsumer)Sets the http proxy configuration to use for this client. -
Uses of ProxyConfiguration.Builder in software.amazon.awssdk.http.crt.internal
Method parameters in software.amazon.awssdk.http.crt.internal with type arguments of type ProxyConfiguration.Builder Modifier and Type Method Description BuilderTAwsCrtClientBuilderBase. proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfigurationBuilderConsumer)
-