Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.http.request |
Modifier and Type | Interface and Description |
---|---|
interface |
Request<T>
Represents a request being sent to an Amazon Web Service, including the
parameters being sent as part of the request, the endpoint to which the
request should be sent, etc.
|
interface |
SignableRequest<T>
Represents a sign-able request being sent to an Amazon Web Service, including the
parameters being sent as part of the request, the endpoint to which the
request should be sent, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRequest<T>
Default implementation of the Request interface.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyHttpRequest |
Copyright © 2017. All rights reserved.