| Interface | Description |
|---|---|
| FileAsyncRequestBody.Builder |
A builder for
FileAsyncRequestBody. |
| Class | Description |
|---|---|
| ByteArrayAsyncRequestBody |
An implementation of
AsyncRequestBody for providing data from memory. |
| ByteArrayAsyncResponseTransformer<ResponseT> |
Implementation of
AsyncResponseTransformer that dumps content into a byte array and supports further
conversions into types, like strings. |
| FileAsyncRequestBody |
Implementation of
AsyncRequestBody that reads data from a file. |
| FileAsyncResponseTransformer<ResponseT> |
AsyncResponseTransformer that writes the data to the specified file. |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.