@ThreadSafe public class AmazonSyncHttpClient extends Object implements SdkAutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static interface |
AmazonSyncHttpClient.RequestExecutionBuilder
Interface to configure a request execution and execute the request.
|
| Constructor and Description |
|---|
AmazonSyncHttpClient(SdkSyncClientConfiguration syncClientConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Shuts down this HTTP client object, releasing any resources that might be held open.
|
ClientExecutionTimer |
getClientExecutionTimer()
For unit testing only.
|
AmazonSyncHttpClient.RequestExecutionBuilder |
requestExecutionBuilder() |
public AmazonSyncHttpClient(SdkSyncClientConfiguration syncClientConfiguration)
public void close()
close in interface AutoCloseableclose in interface SdkAutoCloseablepublic ClientExecutionTimer getClientExecutionTimer()
public AmazonSyncHttpClient.RequestExecutionBuilder requestExecutionBuilder()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.