| Package | Description | 
|---|---|
| software.amazon.awssdk.core.async | |
| software.amazon.awssdk.core.internal.async | |
| software.amazon.awssdk.core.sync | 
| Modifier and Type | Method and Description | 
|---|---|
static <ResponseT extends SdkResponse> | 
AsyncResponseTransformer.toBlockingInputStream()
Creates an  
AsyncResponseTransformer that allows reading the response body content as an
 InputStream. | 
| Modifier and Type | Method and Description | 
|---|---|
CompletableFuture<ResponseInputStream<ResponseT>> | 
InputStreamResponseTransformer.prepare()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <ResponseT> | 
ResponseTransformer.toInputStream()
Creates a response transformer that returns an unmanaged input stream with the response content. 
 | 
Copyright © 2023. All rights reserved.