| Modifier and Type | Method and Description |
|---|---|
<InputT extends SdkRequest,OutputT extends SdkResponse,ReturnT> |
AwsSyncClientHandler.execute(ClientExecutionParams<InputT,OutputT> executionParams,
ResponseTransformer<OutputT,ReturnT> responseTransformer) |
| Modifier and Type | Method and Description |
|---|---|
<InputT extends SdkRequest,OutputT extends SdkResponse,ReturnT> |
SyncClientHandler.execute(ClientExecutionParams<InputT,OutputT> executionParams,
ResponseTransformer<OutputT,ReturnT> responseTransformer)
Execute's a streaming web service request.
|
<InputT extends SdkRequest,OutputT extends SdkResponse,ReturnT> |
SdkSyncClientHandler.execute(ClientExecutionParams<InputT,OutputT> executionParams,
ResponseTransformer<OutputT,ReturnT> responseTransformer) |
| Modifier and Type | Method and Description |
|---|---|
<InputT extends SdkRequest,OutputT extends SdkResponse,ReturnT> |
BaseSyncClientHandler.execute(ClientExecutionParams<InputT,OutputT> executionParams,
ResponseTransformer<OutputT,ReturnT> responseTransformer) |
| Modifier and Type | Method and Description |
|---|---|
static <ResponseT> |
ResponseTransformer.toBytes()
Creates a response transformer that loads all response content into memory, exposed as
ResponseBytes. |
static <ResponseT> |
ResponseTransformer.toFile(File file)
Creates a response transformer that writes all response content to the specified file.
|
static <ResponseT> |
ResponseTransformer.toFile(Path path)
Creates a response transformer that writes all response content to the specified file.
|
static <ResponseT> |
ResponseTransformer.toInputStream()
Creates a response transformer that returns an unmanaged input stream with the response content.
|
static <ResponseT> |
ResponseTransformer.toOutputStream(OutputStream outputStream)
Creates a response transformer that writes all response content to the given
OutputStream. |
static <ResponseT,ReturnT> |
ResponseTransformer.unmanaged(ResponseTransformer<ResponseT,ReturnT> transformer)
Static helper method to create a response transformer that allows the connection to be left open.
|
| Modifier and Type | Method and Description |
|---|---|
static <ResponseT,ReturnT> |
ResponseTransformer.unmanaged(ResponseTransformer<ResponseT,ReturnT> transformer)
Static helper method to create a response transformer that allows the connection to be left open.
|
| Modifier and Type | Method and Description |
|---|---|
default <ReturnT> ReturnT |
S3Client.getObject(Consumer<GetObjectRequest.Builder> getObjectRequest,
ResponseTransformer<GetObjectResponse,ReturnT> responseTransformer)
Retrieves an object from Amazon S3.
|
default <ReturnT> ReturnT |
S3Client.getObject(GetObjectRequest getObjectRequest,
ResponseTransformer<GetObjectResponse,ReturnT> responseTransformer)
Retrieves an object from Amazon S3.
|
<ReturnT> ReturnT |
DelegatingS3Client.getObject(GetObjectRequest getObjectRequest,
ResponseTransformer<GetObjectResponse,ReturnT> responseTransformer)
Retrieves an object from Amazon S3.
|
default <ReturnT> ReturnT |
S3Client.getObjectTorrent(Consumer<GetObjectTorrentRequest.Builder> getObjectTorrentRequest,
ResponseTransformer<GetObjectTorrentResponse,ReturnT> responseTransformer)
|
default <ReturnT> ReturnT |
S3Client.getObjectTorrent(GetObjectTorrentRequest getObjectTorrentRequest,
ResponseTransformer<GetObjectTorrentResponse,ReturnT> responseTransformer)
|
<ReturnT> ReturnT |
DelegatingS3Client.getObjectTorrent(GetObjectTorrentRequest getObjectTorrentRequest,
ResponseTransformer<GetObjectTorrentResponse,ReturnT> responseTransformer)
|
Copyright © 2026. All rights reserved.