Uses of Enum
com.amazonaws.services.iot.model.MessageFormat
Packages that use MessageFormat
-
Uses of MessageFormat in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return MessageFormatModifier and TypeMethodDescriptionstatic MessageFormat
Use this in place of valueOf.static MessageFormat
Returns the enum constant of this type with the specified name.static MessageFormat[]
MessageFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.iot.model with parameters of type MessageFormatModifier and TypeMethodDescriptionvoid
SnsAction.setMessageFormat
(MessageFormat messageFormat) The message format of the message to publish.SnsAction.withMessageFormat
(MessageFormat messageFormat) The message format of the message to publish.