public final class S3CrtAsyncHttpClient extends Object implements SdkAsyncHttpClient
SdkAsyncHttpClient that uses an CRT S3 HTTP client S3Client to communicate with S3.
Note that it does not work with other services| Modifier and Type | Class and Description |
|---|---|
static class |
S3CrtAsyncHttpClient.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3CrtAsyncHttpClient.Builder |
builder() |
String |
clientName() |
void |
close() |
CompletableFuture<Void> |
execute(AsyncExecuteRequest asyncRequest) |
public CompletableFuture<Void> execute(AsyncExecuteRequest asyncRequest)
execute in interface SdkAsyncHttpClientpublic String clientName()
clientName in interface SdkAsyncHttpClientpublic void close()
close in interface AutoCloseableclose in interface SdkAutoCloseablepublic static S3CrtAsyncHttpClient.Builder builder()
Copyright © 2022. All rights reserved.