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