public class HttpRequestFactory
extends java.lang.Object
Requests to HttpRequests.| Constructor and Description | 
|---|
| HttpRequestFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpRequest | createHttpRequest(Request<?> request,
                 ClientConfiguration clientConfiguration,
                 com.amazonaws.http.ExecutionContext context)Creates an  HttpClientrequest object based on the specified AWS
 request and populates any parameters, headers, etc. | 
public HttpRequest createHttpRequest(Request<?> request, ClientConfiguration clientConfiguration, com.amazonaws.http.ExecutionContext context)
HttpClient request object based on the specified AWS
 request and populates any parameters, headers, etc. from the original
 request.request - The request to convert to an HttpClient request object.clientConfiguration - The client configuration.context - The execution context of the HTTP request to be executedCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.