Uses of Class
software.amazon.awssdk.core.ResponseInputStream
-
Packages that use ResponseInputStream Package Description software.amazon.awssdk.core.async software.amazon.awssdk.core.internal.async software.amazon.awssdk.core.sync -
-
Uses of ResponseInputStream in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return types with arguments of type ResponseInputStream Modifier and Type Method Description static <ResponseT extends SdkResponse>
AsyncResponseTransformer<ResponseT,ResponseInputStream<ResponseT>>AsyncResponseTransformer. toBlockingInputStream()
Creates anAsyncResponseTransformer
that allows reading the response body content as anInputStream
. -
Uses of ResponseInputStream in software.amazon.awssdk.core.internal.async
Methods in software.amazon.awssdk.core.internal.async that return types with arguments of type ResponseInputStream Modifier and Type Method Description CompletableFuture<ResponseInputStream<ResponseT>>
InputStreamResponseTransformer. prepare()
-
Uses of ResponseInputStream in software.amazon.awssdk.core.sync
Methods in software.amazon.awssdk.core.sync that return types with arguments of type ResponseInputStream Modifier and Type Method Description static <ResponseT>
ResponseTransformer<ResponseT,ResponseInputStream<ResponseT>>ResponseTransformer. toInputStream()
Creates a response transformer that returns an unmanaged input stream with the response content.
-