Java com.amazonaws DefaultRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws DefaultRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws DefaultRequest.

The text is from its open source code.

Constructor

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.

Method