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