| Package | Description |
|---|---|
| com.amazonaws |
The amazonaws package includes classes commonly used to support the AWS SDK for Android.
|
| com.amazonaws.handlers |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonWebServiceClient.addRequestHandler(RequestHandler requestHandler)
Deprecated.
by
AmazonWebServiceClient.addRequestHandler(RequestHandler2). Appends a
request handler to the list of registered handlers that are
run as part of a request's lifecycle. |
void |
AmazonWebServiceClient.removeRequestHandler(RequestHandler requestHandler)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRequestHandler
Deprecated.
by
RequestHandler2.
Simple implementation of RequestHandler to stub out required methods. |
| Modifier and Type | Method and Description |
|---|---|
static RequestHandler2 |
RequestHandler2.adapt(RequestHandler old) |
Copyright © 2017. All rights reserved.