Uses of Class
software.amazon.awssdk.http.ProtocolNegotiation
-
Packages that use ProtocolNegotiation Package Description software.amazon.awssdk.http -
-
Uses of ProtocolNegotiation in software.amazon.awssdk.http
Fields in software.amazon.awssdk.http with type parameters of type ProtocolNegotiation Modifier and Type Field Description static SdkHttpConfigurationOption<ProtocolNegotiation>SdkHttpConfigurationOption. PROTOCOL_NEGOTIATIONHTTP protocol negotiation to use.Methods in software.amazon.awssdk.http that return ProtocolNegotiation Modifier and Type Method Description static ProtocolNegotiationProtocolNegotiation. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtocolNegotiation[]ProtocolNegotiation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-