| Package | Description |
|---|---|
| software.amazon.awssdk.core.client.handler | |
| software.amazon.awssdk.core.runtime.transform |
| Modifier and Type | Method and Description |
|---|---|
Marshaller<InputT> |
ClientExecutionParams.getMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
ClientExecutionParams<InputT,OutputT> |
ClientExecutionParams.withMarshaller(Marshaller<InputT> marshaller) |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamingRequestMarshaller<T>
Augments a
Marshaller to add contents for a streamed request. |
| Constructor and Description |
|---|
StreamingRequestMarshaller(Marshaller<T> delegate,
RequestBody requestBody) |
Copyright © 2019. All rights reserved.