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 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)
-