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