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_NEGOTIATION
HTTP protocol negotiation to use.Methods in software.amazon.awssdk.http that return ProtocolNegotiation Modifier and Type Method Description static ProtocolNegotiation
ProtocolNegotiation. 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.
-