@ThreadSafe public class AmazonHttpClient extends Object implements SdkAutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static interface |
AmazonHttpClient.RequestExecutionBuilder
Interface to configure a request execution and execute the request.
|
| Constructor and Description |
|---|
AmazonHttpClient(SyncClientConfiguration 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.
|
AmazonHttpClient.RequestExecutionBuilder |
requestExecutionBuilder() |
public AmazonHttpClient(SyncClientConfiguration syncClientConfiguration)
public void close()
close in interface AutoCloseableclose in interface SdkAutoCloseablepublic ClientExecutionTimer getClientExecutionTimer()
public AmazonHttpClient.RequestExecutionBuilder requestExecutionBuilder()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.