Uses of Class
com.amazonaws.services.iot.model.MessageFormat
-
Packages that use MessageFormat Package Description com.amazonaws.services.iot.model -
-
Uses of MessageFormat in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return MessageFormat Modifier and Type Method Description static MessageFormatMessageFormat. fromValue(String value)Use this in place of valueOf.static MessageFormatMessageFormat. valueOf(String name)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 MessageFormat Modifier and Type Method Description voidSnsAction. setMessageFormat(MessageFormat messageFormat)The message format of the message to publish.SnsActionSnsAction. withMessageFormat(MessageFormat messageFormat)The message format of the message to publish.
-