| Package | Description |
|---|---|
| software.amazon.awssdk.utils | |
| software.amazon.awssdk.utils.internal.proxy |
| Modifier and Type | Method and Description |
|---|---|
static ProxyConfigProvider |
ProxyConfigProvider.fromEnvironmentSettings(String scheme)
Returns a new
ProxyConfigProvider that retrieves proxy configuration from environment variables. |
static ProxyConfigProvider |
ProxyConfigProvider.fromSystemEnvironmentSettings(Boolean useSystemPropertyValues,
Boolean useEnvironmentVariableValues,
String scheme)
Returns a
ProxyConfigProvider based on the specified settings for using system properties, environment
variables, and the scheme. |
static ProxyConfigProvider |
ProxyConfigProvider.fromSystemPropertySettings(String scheme)
Returns a new
ProxyConfigProvider that retrieves proxy configuration from system properties. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyEnvironmentVariableConfigProvider
An implementation of the
ProxyConfigProvider interface that retrieves proxy configuration settings from environment
variables. |
class |
ProxySystemPropertyConfigProvider
An implementation of the
ProxyConfigProvider interface that retrieves proxy configuration settings from system
properties. |
Copyright © 2023. All rights reserved.