| Package | Description |
|---|---|
| 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 extends SdkResponse> |
AsyncResponseTransformer.toBlockingInputStream()
Creates an
AsyncResponseTransformer that allows reading the response body content as an InputStream. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ResponseInputStream<ResponseT>> |
InputStreamResponseTransformer.prepare() |
| Modifier and Type | Method and Description |
|---|---|
static <ResponseT> |
ResponseTransformer.toInputStream()
Creates a response transformer that returns an unmanaged input stream with the response content.
|
| Modifier and Type | Method and Description |
|---|---|
default ResponseInputStream<GetObjectResponse> |
S3Client.getObject(Consumer<GetObjectRequest.Builder> getObjectRequest)
Retrieves an object from Amazon S3.
|
default ResponseInputStream<GetObjectResponse> |
S3Client.getObject(GetObjectRequest getObjectRequest)
Retrieves an object from Amazon S3.
|
default ResponseInputStream<GetObjectTorrentResponse> |
S3Client.getObjectTorrent(Consumer<GetObjectTorrentRequest.Builder> getObjectTorrentRequest)
|
default ResponseInputStream<GetObjectTorrentResponse> |
S3Client.getObjectTorrent(GetObjectTorrentRequest getObjectTorrentRequest)
|
Copyright © 2026. All rights reserved.