Class ApacheHttpRequestConfig
java.lang.Object
software.amazon.awssdk.http.apache.internal.ApacheHttpRequestConfig
Configuration needed when building an Apache request. Note that at this time, we only support client level configuration so
 all of these settings are supplied when creating the client.
- 
Nested Class Summary
Nested Classes - 
Method Summary
 
- 
Method Details
- 
socketTimeout
 - 
connectionTimeout
 - 
connectionAcquireTimeout
 - 
localAddress
 - 
expectContinueEnabled
public boolean expectContinueEnabled() - 
proxyConfiguration
 - 
builder
- Returns:
 - Builder instance to construct a 
ApacheHttpRequestConfig. 
 
 -