Uses of Class
software.amazon.awssdk.core.ResponseInputStream
Packages that use ResponseInputStream
Package
Description
-
Uses of ResponseInputStream in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return types with arguments of type ResponseInputStreamModifier and TypeMethodDescriptionstatic <ResponseT extends SdkResponse>
AsyncResponseTransformer<ResponseT,ResponseInputStream<ResponseT>> AsyncResponseTransformer.toBlockingInputStream()Creates anAsyncResponseTransformerthat 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 -
Uses of ResponseInputStream in software.amazon.awssdk.core.sync
Methods in software.amazon.awssdk.core.sync that return types with arguments of type ResponseInputStreamModifier and TypeMethodDescriptionstatic <ResponseT>
ResponseTransformer<ResponseT,ResponseInputStream<ResponseT>> ResponseTransformer.toInputStream()Creates a response transformer that returns an unmanaged input stream with the response content.static <ResponseT>
ResponseTransformer<ResponseT,ResponseInputStream<ResponseT>> ResponseTransformer.toInputStream(Duration timeout) Creates a response transformer that returns an unmanaged input stream with the response content and a custom timeout.