Uses of Enum
software.amazon.awssdk.protocols.json.AwsJsonProtocol
Packages that use AwsJsonProtocol
Package
Description
-
Uses of AwsJsonProtocol in software.amazon.awssdk.protocols.json
Methods in software.amazon.awssdk.protocols.json that return AwsJsonProtocolModifier and TypeMethodDescriptionAwsJsonProtocolMetadata.protocol()static AwsJsonProtocolReturns 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 AwsJsonProtocolModifier and TypeMethodDescriptionAwsJsonProtocolMetadata.Builder.protocol(AwsJsonProtocol protocol) final SubclassTBaseAwsJsonProtocolFactory.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 AwsJsonProtocolModifier and TypeMethodDescriptionstatic ProtocolFactProtocolFact.from(AwsJsonProtocol protocol) Returns the object representing a collection of facts for each protocol.