public interface SdkAsyncClientConfiguration extends SdkClientConfiguration
Implementations of this interface are not necessarily immutable or thread safe. If thread safety is required, consider
creating an immutable representation with SdkImmutableAsyncClientConfiguration
.
Modifier and Type | Method and Description |
---|---|
ScheduledExecutorService |
asyncExecutorService()
The scheduled executor service that should be used to queue up tasks like retry attempts.
|
SdkAsyncHttpClient |
asyncHttpClient() |
endpoint, overrideConfiguration
ScheduledExecutorService asyncExecutorService()
SdkAsyncHttpClient asyncHttpClient()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.