| Package | Description |
|---|---|
| com.ibm.cos.v2.core | |
| com.ibm.cos.v2.core.async | |
| com.ibm.cos.v2.core.internal.async | |
| com.ibm.cos.v2.core.sync | |
| com.ibm.cos.v2.services.s3 |
| Modifier and Type | Method and Description |
|---|---|
static <ResponseT> |
ResponseBytes.fromByteArray(ResponseT response,
byte[] bytes)
Create
ResponseBytes from a Byte array. |
static <ResponseT> |
ResponseBytes.fromByteArrayUnsafe(ResponseT response,
byte[] bytes)
Create
ResponseBytes from a Byte array without copying the contents of the byte array. |
static <ResponseT> |
ResponseBytes.fromInputStream(ResponseT response,
InputStream stream)
Create
ResponseBytes from a Byte array. |
| 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 |
|---|---|
CompletableFuture<ResponseBytes<ResponseT>> |
ByteArrayAsyncResponseTransformer.prepare() |
| Modifier and Type | Method and Description |
|---|---|
static <ResponseT> |
ResponseTransformer.toBytes()
Creates a response transformer that loads all response content into memory, exposed as
ResponseBytes. |
| Modifier and Type | Method and Description |
|---|---|
default ResponseBytes<GetObjectResponse> |
S3Client.getObjectAsBytes(Consumer<GetObjectRequest.Builder> getObjectRequest)
Retrieves an object from Amazon S3.
|
default ResponseBytes<GetObjectResponse> |
S3Client.getObjectAsBytes(GetObjectRequest getObjectRequest)
Retrieves an object from Amazon S3.
|
default ResponseBytes<GetObjectTorrentResponse> |
S3Client.getObjectTorrentAsBytes(Consumer<GetObjectTorrentRequest.Builder> getObjectTorrentRequest)
|
default ResponseBytes<GetObjectTorrentResponse> |
S3Client.getObjectTorrentAsBytes(GetObjectTorrentRequest getObjectTorrentRequest)
|
Copyright © 2026. All rights reserved.