| Interface | Description |
|---|---|
| HttpResponseHandler<T> |
Responsible for handling an HTTP response and returning an object of type T.
|
| Class | Description |
|---|---|
| ExecutionContext |
Warning: This class should only be accessed by a single thread and be used throughout a single request lifecycle.
|
| ExecutionContext.Builder | |
| HttpResponse |
Represents an HTTP response returned by an AWS service in response to a
service request.
|
| JsonResponseHandler<T> |
Default implementation of HttpResponseHandler that handles a successful response from a
service and unmarshalls the result using a JSON unmarshaller.
|
| SdkHttpFullRequestAdapter |
Adapts a
Request to the new SdkHttpFullRequest interface. |
| Enum | Description |
|---|---|
| HttpMethodName |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.