| Package | Description |
|---|---|
| com.amazonaws.protocol.rpcv2cbor |
| Modifier and Type | Method and Description |
|---|---|
RpcV2CborProtocolMarshallerBuilder<T> |
RpcV2CborProtocolMarshallerBuilder.contentType(String contentType) |
RpcV2CborProtocolMarshallerBuilder<T> |
RpcV2CborProtocolMarshallerBuilder.emptyBodyMarshaller(EmptyBodyRpcV2CborMarshaller emptyBodyMarshaller)
Sets the marshaller to use when a request contains an explicit member but that member is null.
|
<MarshallT> |
RpcV2CborProtocolMarshallerBuilder.marshallerOverride(MarshallLocation marshallLocation,
MarshallingType<MarshallT> marshallingType,
StructuredRpcV2CborMarshaller<MarshallT> marshaller)
Registers an override for the marshaller registry.
|
RpcV2CborProtocolMarshallerBuilder<T> |
RpcV2CborProtocolMarshallerBuilder.operationInfo(OperationInfo operationInfo) |
RpcV2CborProtocolMarshallerBuilder<T> |
RpcV2CborProtocolMarshallerBuilder.originalRequest(T originalRequest) |
RpcV2CborProtocolMarshallerBuilder<T> |
RpcV2CborProtocolMarshallerBuilder.rpcv2cborGenerator(StructuredRpcV2CborGenerator rpcv2cborGenerator) |
RpcV2CborProtocolMarshallerBuilder<T> |
RpcV2CborProtocolMarshallerBuilder.sendExplicitNullForPayload(boolean sendExplicitNullForPayload)
Deprecated.
|
static <T> RpcV2CborProtocolMarshallerBuilder<T> |
RpcV2CborProtocolMarshallerBuilder.standard() |
RpcV2CborProtocolMarshallerBuilder<T> |
RpcV2CborProtocolMarshallerBuilder.withAwsQueryCompatible(boolean hasAwsQueryCompatible)
Sets query compatability mode.
|
Copyright © 2025. All rights reserved.