Uses of Class
software.amazon.awssdk.protocols.json.AwsJsonProtocol
-
Packages that use AwsJsonProtocol Package Description software.amazon.awssdk.protocols.json software.amazon.awssdk.protocols.json.internal -
-
Uses of AwsJsonProtocol in software.amazon.awssdk.protocols.json
Methods in software.amazon.awssdk.protocols.json that return AwsJsonProtocol Modifier and Type Method Description AwsJsonProtocol
AwsJsonProtocolMetadata. protocol()
static AwsJsonProtocol
AwsJsonProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static AwsJsonProtocol[]
AwsJsonProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.protocols.json with parameters of type AwsJsonProtocol Modifier and Type Method Description AwsJsonProtocolMetadata.Builder
AwsJsonProtocolMetadata.Builder. protocol(AwsJsonProtocol protocol)
SubclassT
BaseAwsJsonProtocolFactory.Builder. protocol(AwsJsonProtocol protocol)
-
Uses of AwsJsonProtocol in software.amazon.awssdk.protocols.json.internal
Methods in software.amazon.awssdk.protocols.json.internal with parameters of type AwsJsonProtocol Modifier and Type Method Description static ProtocolFact
ProtocolFact. from(AwsJsonProtocol protocol)
Returns the object representing a collection of facts for each protocol.
-