Interface | Description |
---|---|
StreamingResponseHandler<ResponseT,ReturnT> |
Interface for processing a streaming response from a service in a synchronous fashion.
|
Class | Description |
---|---|
RequestBody |
Represents the body of an HTTP request.
|
ResponseBytes<ResponseT> |
An in-memory representation of the service's response from a streaming operation.
|
ResponseInputStream<ResponseT> |
Input stream that provides access to the unmarshalled POJO response returned by the service in addition to the streamed
contents.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.