ClientConfiguration
ImmutableSyncClientConfiguration
, MutableClientConfiguration
public interface SyncClientConfiguration extends ClientConfiguration
Implementations of this interface are not necessarily immutable or thread safe. If thread safety is required, consider
creating an immutable representation with ImmutableSyncClientConfiguration
.
Modifier and Type | Method | Description |
---|---|---|
SdkHttpClient |
httpClient() |
The HTTP client the SDK will use to make HTTP requests.
|
credentialsProvider, endpoint, overrideConfiguration
SdkHttpClient httpClient()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.