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 MessageFormat
MessageFormat. fromValue(String value)
Use this in place of valueOf.static MessageFormat
MessageFormat. 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 void
SnsAction. setMessageFormat(MessageFormat messageFormat)
The message format of the message to publish.SnsAction
SnsAction. withMessageFormat(MessageFormat messageFormat)
The message format of the message to publish.
-