Package | Description |
---|---|
software.amazon.awssdk.core | |
software.amazon.awssdk.core.async | |
software.amazon.awssdk.core.internal.async | |
software.amazon.awssdk.core.sync |
Modifier and Type | Method and Description |
---|---|
static <ResponseT> |
ResponseBytes.fromByteArray(ResponseT response,
byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
static <ResponseT> |
AsyncResponseTransformer.toBytes()
Creates an
AsyncResponseTransformer that writes all content to a byte array. |
Modifier and Type | Method and Description |
---|---|
ResponseBytes<ResponseT> |
ByteArrayAsyncResponseTransformer.complete() |
Modifier and Type | Method and Description |
---|---|
static <ResponseT> |
ResponseTransformer.toBytes()
Creates a response transformer that loads all response content into memory, exposed as
ResponseBytes . |
Copyright © 2018. All rights reserved.