Uses of Class
com.amazonaws.Protocol
-
Packages that use Protocol Package Description com.amazonaws -
-
Uses of Protocol in com.amazonaws
Methods in com.amazonaws that return Protocol Modifier and Type Method Description Protocol
ClientConfiguration. getProtocol()
Returns the protocol (HTTP or HTTPS) to use when connecting to Amazon Web Services.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.Methods in com.amazonaws with parameters of type Protocol Modifier and Type Method Description void
ClientConfiguration. setProtocol(Protocol protocol)
Sets the protocol (i.e.ClientConfiguration
ClientConfiguration. withProtocol(Protocol protocol)
Sets the protocol (i.e.
-