Uses of Interface
software.amazon.awssdk.protocols.json.internal.ProtocolFact
-
Packages that use ProtocolFact Package Description software.amazon.awssdk.protocols.json.internal -
-
Uses of ProtocolFact in software.amazon.awssdk.protocols.json.internal
Fields in software.amazon.awssdk.protocols.json.internal declared as ProtocolFact Modifier and Type Field Description static ProtocolFact
ProtocolFact. AWS_JSON
Overrides for AWS JSON.static ProtocolFact
ProtocolFact. DEFAULT
Defaults used by all protocols that do not have overrides.static ProtocolFact
ProtocolFact. SMITHY_RPC_V2_CBOR
Overrides for Smithy RPCv2.Methods in software.amazon.awssdk.protocols.json.internal that return ProtocolFact Modifier and Type Method Description static ProtocolFact
ProtocolFact. from(AwsJsonProtocol protocol)
Returns the object representing a collection of facts for each protocol.
-