Uses of Enum
com.amazonaws.Protocol
Packages that use Protocol
-
Uses of Protocol in com.amazonaws
Methods in com.amazonaws that return ProtocolModifier and TypeMethodDescriptionClientConfiguration.getProtocol()
Returns the protocol (HTTP or HTTPS) to use when connecting to Amazon Web Services.static Protocol
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 ProtocolModifier and TypeMethodDescriptionvoid
ClientConfiguration.setProtocol
(Protocol protocol) Sets the protocol (i.e.ClientConfiguration.withProtocol
(Protocol protocol) Sets the protocol (i.e.