Example usage for Java com.amazonaws DefaultRequest fields, constructors, methods, implement or subclass
The text is from its open source code.
DefaultRequest(String serviceName) Constructs a new DefaultRequest with the specified service name and no specified original, user facing request object. | |
DefaultRequest(AmazonWebServiceRequest originalRequest, String serviceName) Constructs a new DefaultRequest with the specified service name and the original, user facing request object. |