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 ProtocolClientConfiguration. getProtocol()Returns the protocol (HTTP or HTTPS) to use when connecting to Amazon Web Services.static ProtocolProtocol. 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 voidClientConfiguration. setProtocol(Protocol protocol)Sets the protocol (i.e.ClientConfigurationClientConfiguration. withProtocol(Protocol protocol)Sets the protocol (i.e.
-