Uses of Enum
com.amazonaws.Protocol
Packages that use Protocol
-
Uses of Protocol in com.amazonaws
Subclasses with type arguments of type Protocol in com.amazonawsModifier and TypeClassDescriptionenumRepresents the communication protocol to use when sending requests to AWS.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 ProtocolReturns 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 TypeMethodDescriptionvoidClientConfiguration.setProtocol(Protocol protocol) Sets the protocol (i.e.ClientConfiguration.withProtocol(Protocol protocol) Sets the protocol (i.e.