Uses of Class
software.amazon.awssdk.core.async.ResponsePublisher
-
Packages that use ResponsePublisher Package Description software.amazon.awssdk.core.async software.amazon.awssdk.core.internal.async -
-
Uses of ResponsePublisher in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return types with arguments of type ResponsePublisher Modifier and Type Method Description static <ResponseT extends SdkResponse>
AsyncResponseTransformer<ResponseT,ResponsePublisher<ResponseT>>AsyncResponseTransformer. toPublisher()Creates anAsyncResponseTransformerthat publishes the response body content through aResponsePublisher, which is anSdkPublisherthat also contains a reference to theSdkResponsereturned by the service. -
Uses of ResponsePublisher in software.amazon.awssdk.core.internal.async
Methods in software.amazon.awssdk.core.internal.async that return types with arguments of type ResponsePublisher Modifier and Type Method Description CompletableFuture<ResponsePublisher<ResponseT>>PublisherAsyncResponseTransformer. prepare()
-