Interface TransformingAsyncResponseHandler<ResultT>

    • Method Detail

      • prepare

        CompletableFuture<ResultT> prepare()
        Return the future holding the transformed response.

        This method is guaranteed to be called before the request is executed, and before SdkAsyncHttpResponseHandler.onHeaders(software.amazon.awssdk.http.SdkHttpResponse) is signaled.

        Returns:
        The future holding the transformed response.