| Package | Description |
|---|---|
| software.amazon.awssdk.core.client.handler | |
| software.amazon.awssdk.core.internal.transform | |
| 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 |
AbstractStreamingRequestMarshaller<T> |
| Modifier and Type | Field and Description |
|---|---|
protected Marshaller<T> |
AbstractStreamingRequestMarshaller.delegateMarshaller |
| Modifier and Type | Method and Description |
|---|---|
BuilderT |
AbstractStreamingRequestMarshaller.Builder.delegateMarshaller(Marshaller delegateMarshaller) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncStreamingRequestMarshaller<T>
Augments a
Marshaller to add contents for an async streamed request. |
class |
StreamingRequestMarshaller<T>
Augments a
Marshaller to add contents for a streamed request. |
Copyright © 2021. All rights reserved.