Uses of Class
software.amazon.awssdk.crt.http.HttpProxyEnvironmentVariableSetting
-
Packages that use HttpProxyEnvironmentVariableSetting Package Description software.amazon.awssdk.crt.http software.amazon.awssdk.crt.s3 -
-
Uses of HttpProxyEnvironmentVariableSetting in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return HttpProxyEnvironmentVariableSetting Modifier and Type Method Description HttpProxyEnvironmentVariableSetting
HttpClientConnectionManagerOptions. getHttpProxyEnvironmentVariableSetting()
Methods in software.amazon.awssdk.crt.http with parameters of type HttpProxyEnvironmentVariableSetting Modifier and Type Method Description HttpClientConnectionManagerOptions
HttpClientConnectionManagerOptions. withProxyEnvironmentVariableSetting(HttpProxyEnvironmentVariableSetting httpProxyEnvironmentVariableSetting)
Optional. -
Uses of HttpProxyEnvironmentVariableSetting in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return HttpProxyEnvironmentVariableSetting Modifier and Type Method Description HttpProxyEnvironmentVariableSetting
S3ClientOptions. getHttpProxyEnvironmentVariableSetting()
Methods in software.amazon.awssdk.crt.s3 with parameters of type HttpProxyEnvironmentVariableSetting Modifier and Type Method Description S3ClientOptions
S3ClientOptions. withProxyEnvironmentVariableSetting(HttpProxyEnvironmentVariableSetting httpProxyEnvironmentVariableSetting)
-