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