Uses of Class
software.amazon.awssdk.protocols.json.AwsJsonProtocol
-
Packages that use AwsJsonProtocol Package Description software.amazon.awssdk.protocols.json -
-
Uses of AwsJsonProtocol in software.amazon.awssdk.protocols.json
Methods in software.amazon.awssdk.protocols.json that return AwsJsonProtocol Modifier and Type Method Description AwsJsonProtocolAwsJsonProtocolMetadata. protocol()static AwsJsonProtocolAwsJsonProtocol. 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.BuilderAwsJsonProtocolMetadata.Builder. protocol(AwsJsonProtocol protocol)SubclassTBaseAwsJsonProtocolFactory.Builder. protocol(AwsJsonProtocol protocol)
-