public static class AWSAdvancedConfiguration.DefaultSdkHttpClientFactory extends Object implements SdkHttpClientFactory
Constructor and Description |
---|
DefaultSdkHttpClientFactory() |
Modifier and Type | Method and Description |
---|---|
SdkHttpClient |
create()
SdkHttpClient for an AWS async client. |
public SdkHttpClient create()
SdkHttpClientFactory
SdkHttpClient
for an AWS async client. Return null
if the default client should be used.create
in interface SdkHttpClientFactory
SdkHttpClient
for an AWS async client. null
if the default client should be used.