public class HttpResponseHandlers extends Object
Constructor and Description |
---|
HttpResponseHandlers() |
Modifier and Type | Method and Description |
---|---|
static <T> HttpResponseHandler<AmazonWebServiceResponse<T>> |
responseHandler(utils.http.HttpResponseHandlers.FunctionWithException<HttpResponse,T> handle) |
static HttpResponseHandler<AmazonWebServiceResponse<String>> |
stringResponseHandler() |
public static HttpResponseHandler<AmazonWebServiceResponse<String>> stringResponseHandler()
public static <T> HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler(utils.http.HttpResponseHandlers.FunctionWithException<HttpResponse,T> handle)
Copyright © 2022. All rights reserved.