| Package | Description |
|---|---|
| software.amazon.awssdk.http |
| Modifier and Type | Method and Description |
|---|---|
AbortableInputStream |
SdkHttpFullResponse.Builder.content()
The content, exactly as it was configured with
SdkHttpFullResponse.Builder.content(AbortableInputStream). |
| Modifier and Type | Method and Description |
|---|---|
Optional<AbortableInputStream> |
SdkHttpFullResponse.content()
Returns the optional stream containing the payload data returned by the service.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullResponse.Builder |
SdkHttpFullResponse.Builder.content(AbortableInputStream content)
Configure an
SdkHttpFullResponse.content() to be used in the HTTP response. |
Copyright © 2018. All rights reserved.